The following tables list the members exposed by SectionBase.
| Name | Description | |
|---|---|---|
![]() | DisplayChars | Returns the display characters of this section. |
![]() | NextEditSection | Returns the next edit section, skipping any literal sections. |
![]() | NextLiteralSection | Returns the next literal section, skipping any edit sections. |
![]() | NextSection | Returns the next section. |
![]() | PreviousEditSection | Returns the previous edit section. |
![]() | PreviousLiteralSection | Returns the previous literal section, skipping any edit sections. |
![]() | PreviousSection | Finds the previous section. |
![]() | Sections | Returns the sections collection this section belongs to. |
| Name | Description | |
|---|---|---|
![]() | HasListeners | Gets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) |
| Name | Description | |
|---|---|---|
![]() | GetText | Returns the text for this section. |
![]() | ValidateString | Checks 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 |
| Name | Description | |
|---|---|---|
![]() | OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnPropertyChanged | Used to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier) |




