[]
Represents a column for textual data.
public class GridTextColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable
Public Class GridTextColumn
Inherits GridColumn
Implements IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable
| Name | Description |
|---|---|
| GridTextColumn() | Initializes a new instance of the GridTextColumn class. |
| GridTextColumn(PropertyInfo) | Initializes a new instance of the GridTextColumn class. |
| Name | Description |
|---|---|
| AllowInvalidValues | Gets or sets a value indicating whether input that cannot be converted to a value is allowed during commit operations. |
| FallbackValue | Gets or sets the value used when the editor cannot produce a valid value from the user's input during commit operations. |
| Mask | Gets or sets the Mask value of the editor. Setting this property updates the Mask on the underlying editor instance. |
| MaskFormat | Gets or sets the MaskFormat value of the editor. Setting this property updates the MaskFormat on the underlying editor instance. |
| MaskPromptChar | Gets or sets the PromptChar value of the editor. Setting this property updates the PromptChar on the underlying editor instance. |
| Name | Description |
|---|---|
| GetCellEditorFragment(GridRow, GridControlEditingContext) | Creates the cell editor fragment. |
| GetEditorValue(GridRow, ComponentBase) | Gets the editor value. |