Version

SectionBase Class Members

The following tables list the members exposed by SectionBase.

Public Properties
 NameDescription
Public PropertyDisplayCharsReturns the display characters of this section.  
Public PropertyNextEditSectionReturns the next edit section, skipping any literal sections.  
Public PropertyNextLiteralSectionReturns the next literal section, skipping any edit sections.  
Public PropertyNextSectionReturns the next section.  
Public PropertyPreviousEditSectionReturns the previous edit section.  
Public PropertyPreviousLiteralSectionReturns the previous literal section, skipping any edit sections.  
Public PropertyPreviousSectionFinds the previous section.  
Public PropertySectionsReturns the sections collection this section belongs to.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodGetTextReturns the text for this section.  
Public MethodValidateStringChecks if str is a valid string for this section. Either returns str itself or returns a modified string that is to be displayed. Returns null to indicate that validation failed  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also