Version

NumberSection Class Members

The following tables list the members exposed by NumberSection.

Public Properties
 NameDescription
Public PropertyDisplayCharsReturns the display characters of this section. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertyMaxValuemax value for this section  
Public PropertyMinValuemin value for this section  
Public PropertyNextEditSectionReturns the next edit section, skipping any literal sections. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertyNextLiteralSectionReturns the next literal section, skipping any edit sections. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertyNextSectionReturns the next section. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertyOrientationOverridden. Returns RightToLeft to indicate that this section is to be edited right-to-left  
Public PropertyPreviousEditSectionReturns the previous edit section. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertyPreviousLiteralSectionReturns the previous literal section, skipping any edit sections. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertyPreviousSectionFinds the previous section. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public PropertySectionsReturns the sections collection this section belongs to. (Inherited from Infragistics.Windows.Editors.SectionBase)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodGetText()Returns the text for this section. (Inherited from Infragistics.Windows.Editors.SectionBase)
Public MethodSetTextOverridden. Assigns the text to the section. Call to this method with an invalid text will result in an exception.  
Public MethodValidateSectionOverloaded. Overridden. if the input in this section matches the mask.  
Public MethodValidateStringOverridden. Returns true if string str matches the mask associated with this section  
Protected Methods
 NameDescription
Protected MethodCreateDisplayCharsCreates display chars associated with this edit section to the passed in displayChars collection.  
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSafeDisplayCharAtReturns character in DisplayChars collection at index. (Inherited from Infragistics.Windows.Editors.EditSectionBase)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also