Skip to main content

GridMaskColumn Properties

Represents a column that provides masking capabilities for text values.
Name Description
AcceptsReturn Gets or sets whether an end-user can insert return characters. This is a dependency property. Inherited from GridTextColumn.
ActualAllowGrouping Gets whether users can group data by this column. This is a dependency property. Inherited from ColumnBase.
ActualWidth Gets the column’s actual width. This is a dependency property. Inherited from ColumnBase.
AllowAutoFilter Gets or sets whether a user can use the automatic filter row to filter data by the column’s values. This is a dependency property. Inherited from ColumnBase.
AllowedAnyOfFilters Gets or sets any of filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedBetweenFilters Gets or sets between filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedBinaryFilters Gets or sets binary filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedDateTimeFilters Gets or sets date-time filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowEditing Gets or sets whether users can edit column values. This is a dependency property. Inherited from ColumnBase.
AllowedUnaryFilters Gets or sets unary filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowFiltering Gets or sets whether users can filter data by this column. This is a dependency property. Inherited from ColumnBase.
AllowFocus Gets or sets whether the column cells can be focused. This is a dependency property. Inherited from ColumnBase.
AllowGrouping Gets or sets whether users can group data by this column. This is a dependency property. Inherited from ColumnBase.
AllowMoving Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from ColumnBase.
AllowNullInput Gets or sets whether users can set the editor’s value to null. This is a dependency property. Inherited from GridTextColumnBase.
AllowPrint Gets or sets whether to display the column in the printed/exported document. This is a dependency property. Inherited from ColumnBase.
AllowResizing Gets or sets whether users can resize this column. This is a dependency property. Inherited from ColumnBase.
AllowSearchPanel Gets or sets whether the column’s values are taken into account when users search data. This is a dependency property. Inherited from ColumnBase.
AllowSorting Gets or sets whether users can sort data by the column’s values. This is a dependency property. Inherited from ColumnBase.
AutoFilterCondition Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Auto Filter Row. This is a dependency property. Inherited from ColumnBase.
AutoFilterCriteria Gets or sets the type of the filter criteria used to filter the grid data. This is a dependency property. Inherited from ColumnBase.
AutoFilterValue Gets or sets the value in the Automatic Filter Row for this column. Inherited from ColumnBase.
CellHorizontalContentAlignment Gets or sets the cell content’s horizontal alignment. This is a dependency property. Inherited from ColumnBase.
CellStyleSettings Gets or sets style settings applied to a column’s cells. Inherited from ColumnBase.
CellToolTipTemplate Gets or sets a template that defines the appearance of cell tooltips. This is a dependency property. Inherited from ColumnBase.
CellVerticalContentAlignment Gets or sets the cell content’s vertical alignment. This is a dependency property. Inherited from ColumnBase.
ColumnChooserHeaderCaption Gets or sets the caption of the Column Chooser. This is a dependency property. Inherited from ColumnBase.
ColumnFilterMode Gets or sets how column values are filtered. This is a dependency property. Inherited from ColumnBase.
Commands Provides access to column commands. Inherited from ColumnBase.
CustomColumnFilterPopupTemplate Gets or sets a template that defines the appearance of the column’s drop-down filter. This is a dependency property. Inherited from ColumnBase.
DisplayFormat Gets or sets the pattern used to format cell values for display purposes. This is a dependency property. Inherited from GridTextColumn.
FieldName Gets the name of the database field assigned to this column. This is a dependency property. Inherited from ColumnBase.
FilterPopupGroupFields Gets or sets field names of the values that are grouped in the Excel-style drop-down filter. Inherited from ColumnBase.
FilterPopupMode Gets or sets the display mode of the column’s drop-down filter. This is a dependency property. Inherited from ColumnBase.
FixedWidth Gets or sets whether the column’s width remains the same when the auto column width feature is enabled. This is a dependency property. Inherited from ColumnBase.
GroupColumnSummaryItemTemplate Gets or sets a template that defines the appearance of group summary items in this column. This is a dependency property. Inherited from ColumnBase.
GroupIndex Gets or sets the column’s position among grouping columns. Inherited from ColumnBase.
GroupInterval Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property. Inherited from ColumnBase.
Header Gets or sets the column header’s contents. This is a dependency property. Inherited from ColumnBase.
HeaderHorizontalContentAlignment Gets or sets the column header’s content alignment. This is a dependency property. Inherited from ColumnBase.
HeaderStyle Gets or sets the style applied to the column header. This is a dependency property. Inherited from ColumnBase.
HeaderTemplate Gets or sets the template that defines the column header’s presentation. This is a dependency property. Inherited from ColumnBase.
HeaderTemplateSelector Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from ColumnBase.
HeaderToolTip Gets or sets the column header tooltip. This is a dependency property. Inherited from ColumnBase.
HeaderToolTipTemplate Gets or sets a template that defines the appearance of the column header’s tooltip. This is a dependency property. Inherited from ColumnBase.
ImmediateUpdateAutoFilter Gets or sets whether the column’s filter condition is updated as soon as a user modifies the text within the automatic filter row’s cell. This is a dependency property. Inherited from ColumnBase.
ImmediateUpdateColumnFilter Gets or sets whether the column’s filter condition is updated as soon as a user selects an item within the column’s drop-down filter. This is a dependency property. Inherited from ColumnBase.
IsGrouped Gets whether the grid is grouped by the values of this column. This is a dependency property. Inherited from ColumnBase.
IsSortingBySummaryAllowed Gets whether a user can sort the GridControl by this column’s group summary values. Inherited from ColumnBase.
Mask Gets or sets a mask expression. This is a dependency property.
MaskCulture Gets or sets the culture whose settings are used by masks. This is a dependency property.
MaskIgnoreBlank Gets or sets whether a cell’s editor can lose focus when a value hasn’t been entered for the Simple, Regular and RegEx mask types. This is a dependency property.
MaskPlaceHolder Gets or sets the character used as the placeholder in a masked editor for the Simple, Regular and RegEx mask types. This is a dependency property.
MaskSaveLiteral Gets or sets whether constantly displayed mask characters (literals) are included in a cell’s value for the Simple and Regular mask types. This is a dependency property.
MaskShowPlaceHolders Gets or sets whether placeholders are displayed in a masked editor for the RegEx mask type. This is a dependency property.
MaskType Gets or sets the mask type. This is a dependency property.
MaskUseAsDisplayFormat Gets or sets whether to format a cell’s value using the mask when it is not focused. This is a dependency property.
MaxWidth Gets or sets the column’s maximum width. This is a dependency property. Inherited from ColumnBase.
MinWidth Gets or sets the column’s minimum width. This is a dependency property. Inherited from ColumnBase.
NullText Gets or sets the text displayed in the cell when the cell’s value is null. This is a dependency property. Inherited from GridTextColumnBase.
NullTextForeground Gets or sets a brush that paints a null text’s foreground. This is a dependency property. Inherited from GridTextColumnBase.
NullValue Gets or sets a null value for the cell. This is a dependency property. Inherited from GridTextColumnBase.
PrintCellStyle Gets or sets the style applied to cells in a printed document. This is a dependency property. Inherited from ColumnBase.
RoundDateDisplayFormat Gets or sets a format that defines how to display rounded DateTime values. Inherited from ColumnBase.
RoundDateTimeForColumnFilter Gets or sets whether to ignore time values when you use the drop-down filter to filter by DateTime values. This is a dependency property. Inherited from ColumnBase.
ShowAllTableValuesInFilterPopup Gets or sets whether to display all unique column values in the drop-down filter even if they are filtered out. This is a dependency property. Inherited from ColumnBase.
ShowCriteriaInAutoFilterRow Gets or sets whether to display the criteria selector button in the Auto Filter Row. This is a dependency property. Inherited from ColumnBase.
ShowEmptyDateFilter Gets or sets whether the date-time column’s drop-down filter has a filter item used to select records that contain null values. This is a dependency property. Inherited from ColumnBase.
ShowInColumnChooser Gets or sets whether the column’s header is displayed within the Column Chooser. This is a dependency property. Inherited from ColumnBase.
ShowValidationAttributeErrors Gets or sets whether or not error icons are displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from ColumnBase.
SortIndex Gets the column’s position among sorted columns. Inherited from ColumnBase.
SortMode Gets or sets how the column’s data is sorted when sorting is applied to it. This is a dependency property. Inherited from ColumnBase.
SortOrder Gets or sets the column’s sort order. This is a dependency property. Inherited from ColumnBase.
TabStop Gets or sets whether the column can be focused via the TAB key. This is a dependency property. Inherited from ColumnBase.
TextTrimming Gets or sets the text trimming behavior. This is a dependency property. Inherited from GridTextColumnBase.
TextWrapping Gets or sets whether the text wraps when it reaches the edge of the cell. This is a dependency property. Inherited from GridTextColumnBase.
TotalSummaries Gets a list of total summary items displayed in this column. This is a dependency property. Inherited from ColumnBase.
TotalSummaryContentStyle Gets or sets the style of total summary items displayed within the column. This is a dependency property. Inherited from ColumnBase.
UnboundExpression Gets or sets an expression used to evaluate values for this column if it is not bound to a data source field. This is a dependency property. Inherited from ColumnBase.
UnboundType Gets or sets the data type and binding mode of the column. This is a dependency property. Inherited from ColumnBase.
Visible Gets or sets whether the column is displayed within a grid. This is a dependency property. Inherited from ColumnBase.
VisibleIndex Gets or sets the column’s position among visible columns. This is a dependency property. Inherited from ColumnBase.
Width Gets or sets the column width. This is a dependency property. Inherited from ColumnBase.
See Also