[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridTextColumn

GridTextColumn Class

Represents a column for textual data.

Inheritance
GridTextColumn
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridTextColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable
Public Class GridTextColumn
    Inherits GridColumn
    Implements IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable

Constructors

Name Description
GridTextColumn()

Initializes a new instance of the GridTextColumn class.

GridTextColumn(PropertyInfo)

Initializes a new instance of the GridTextColumn class.

Properties

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.

Methods

Name Description
GetCellEditorFragment(GridRow, GridControlEditingContext)

Creates the cell editor fragment.

GetEditorValue(GridRow, ComponentBase)

Gets the editor value.