The following tables list the members exposed by EditSectionBase.
| Name | Description | |
|---|---|---|
![]() | DisplayChars | Returns the display characters of this section. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | NextEditSection | Returns the next edit section, skipping any literal sections. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | NextLiteralSection | Returns the next literal section, skipping any edit sections. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | NextSection | Returns the next section. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | Orientation | Returns whether editing is left-to-right or right-to-left. |
![]() | PreviousEditSection | Returns the previous edit section. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | PreviousLiteralSection | Returns the previous literal section, skipping any edit sections. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | PreviousSection | Finds the previous section. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | Sections | Returns the sections collection this section belongs to. (Inherited from Infragistics.Controls.Editors.SectionBase) |
| 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. (Inherited from Infragistics.Controls.Editors.SectionBase) |
![]() | SetText | Assigns the text to the section. Call to this method with an invalid text will result in an exception. |
![]() | ValidateSection | Overloaded. Validates the 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 (Inherited from Infragistics.Controls.Editors.SectionBase) |
| 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) |
![]() | SafeDisplayCharAt | Returns character in DisplayChars collection at index. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier) |




