The following tables list the members exposed by DisplayCharBase.
| Name | Description | |
|---|---|---|
![]() | Char | Returns the char associated with this character position. If it's an InputPositionBase derivative (character placeholder), it will return the character that the user has input, or 0 if it's empty. For LiteralPosition and derivatives, it will return the associated literal character. Set of this property will only work if IsEditable returns true, otherwise it will throw an exception. |
![]() | DrawString | Returns the string that will be drawn by this display character. |
![]() | IncludeMethod | Returns or sets a value that specifies how InputMaskMode is used in deciding whether or not to include the character. |
![]() | IsEditable | Indicates if the character position is an editable position, one that user can input a character into. The literal characters will return False. |
| Name | Description | |
|---|---|---|
![]() | HasListeners | Gets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) |
| 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) |




