Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
EditSectionBase Class Members
See Also  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : EditSectionBase Class


The following tables list the members exposed by EditSectionBase.

Public Properties

 NameDescription
public PropertyDisplayChars Returns the display characters of this section. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertyNextEditSection Returns the next edit section, skipping any literal sections. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertyNextLiteralSection Returns the next literal section, skipping any edit sections. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertyNextSection Returns the next section. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertyOrientation Returns whether editing is left-to-right or right-to-left.  
public PropertyPreviousEditSection Returns the previous edit section. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertyPreviousLiteralSection Returns the previous literal section, skipping any edit sections. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertyPreviousSection Finds the previous section. (Inherited from Infragistics.Controls.Editors.SectionBase)
public PropertySections Returns the sections collection this section belongs to. (Inherited from Infragistics.Controls.Editors.SectionBase)
Top

Protected Properties

 NameDescription
protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Top

Public Methods

 NameDescription
public MethodGetText Returns the text for this section. (Inherited from Infragistics.Controls.Editors.SectionBase)
public MethodSetText Assigns the text to the section. Call to this method with an invalid text will result in an exception.  
public MethodValidateSectionOverloaded.  Validates the 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 (Inherited from Infragistics.Controls.Editors.SectionBase)
Top

Protected Methods

 NameDescription
protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
protected MethodOnHasListenersChanged Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
protected MethodOnPropertyChangedUsed to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier)
protected MethodSafeDisplayCharAt Returns character in DisplayChars collection at index.  
Top

Public Events

 NameDescription
public EventPropertyChanged Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
Top

See Also