[]
Represents a column for textual data.
public class GridTextColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
Public Class GridTextColumn
Inherits GridColumn
Implements INotifyPropertyChanged, INotifyPropertyChanging
| 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 C1.WPF.Input.C1MaskedTextBox.Mask value of the editor. Setting this property updates the C1.WPF.Input.C1MaskedTextBox.Mask on the underlying editor instance. |
| MaskFormat | Gets or sets the C1.WPF.Input.C1MaskedTextBox.TextMaskFormat value of the editor. Setting this property updates the C1.WPF.Input.C1MaskedTextBox.TextMaskFormat on the underlying editor instance. |
| MaskPromptChar | Gets or sets the C1.WPF.Input.C1MaskedTextBox.PromptChar value of the editor. Setting this property updates the C1.WPF.Input.C1MaskedTextBox.PromptChar on the underlying editor instance. |
| MaskReplaceMode | Gets or sets the C1.WPF.Input.C1MaskedTextBox.ReplaceMode value of the editor. Setting this property updates the C1.WPF.Input.C1MaskedTextBox.ReplaceMode on the underlying editor instance. |
| Name | Description |
|---|---|
| CreateCellEditor(GridRow) | Creates the cell editor. |
| GetEditorValue(GridRow, FrameworkElement) | Gets the editor value. |