ColumnBase Properties
Serves as a base for classes that represent data columns.
Name | Description |
---|---|
Actual |
Gets whether users can group data by this column. This is a dependency property. |
Actual |
Gets the column’s actual width. This is a dependency property. |
Allow |
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. |
Allowed |
Gets or sets any of filters that the Grid |
Allowed |
Gets or sets between filters that the Grid |
Allowed |
Gets or sets binary filters that the Grid |
Allowed |
Gets or sets date-time filters that the Grid |
Allow |
Gets or sets whether users can edit column values. This is a dependency property. |
Allowed |
Gets or sets unary filters that the Grid |
Allow |
Gets or sets whether users can filter data by this column. This is a dependency property. |
Allow |
Gets or sets whether the column cells can be focused. This is a dependency property. |
Allow |
Gets or sets whether users can group data by this column. This is a dependency property. |
Allow |
Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. |
Allow |
Gets or sets whether to display the column in the printed/exported document. This is a dependency property. |
Allow |
Gets or sets whether users can resize this column. This is a dependency property. |
Allow |
Gets or sets whether the column’s values are taken into account when users search data. This is a dependency property. |
Allow |
Gets or sets whether users can sort data by the column’s values. This is a dependency property. |
Auto |
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. |
Auto |
Gets or sets the type of the filter criteria used to filter the grid data. This is a dependency property. |
Auto |
Gets or sets the value in the Automatic Filter Row for this column. |
Cell |
Gets or sets the cell content’s horizontal alignment. This is a dependency property. |
Cell |
Gets or sets style settings applied to a column’s cells. |
Cell |
Gets or sets a template that defines the appearance of cell tooltips. This is a dependency property. |
Cell |
Gets or sets the cell content’s vertical alignment. This is a dependency property. |
Column |
Gets or sets the caption of the Column Chooser. This is a dependency property. |
Column |
Gets or sets how column values are filtered. This is a dependency property. |
Commands | Provides access to column commands. |
Custom |
Gets or sets a template that defines the appearance of the column’s drop-down filter. This is a dependency property. |
Field |
Gets the name of the database field assigned to this column. This is a dependency property. |
Filter |
Gets or sets field names of the values that are grouped in the Excel-style drop-down filter. |
Filter |
Gets or sets the display mode of the column’s drop-down filter. This is a dependency property. |
Fixed |
Gets or sets whether the column’s width remains the same when the auto column width feature is enabled. This is a dependency property. |
Group |
Gets or sets a template that defines the appearance of group summary items in this column. This is a dependency property. |
Group |
Gets or sets the column’s position among grouping columns. |
Group |
Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property. |
Header | Gets or sets the column header’s contents. This is a dependency property. |
Header |
Gets or sets the column header’s content alignment. This is a dependency property. |
Header |
Gets or sets the style applied to the column header. This is a dependency property. |
Header |
Gets or sets the template that defines the column header’s presentation. This is a dependency property. |
Header |
Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. |
Header |
Gets or sets the column header tooltip. This is a dependency property. |
Header |
Gets or sets a template that defines the appearance of the column header’s tooltip. This is a dependency property. |
Immediate |
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. |
Immediate |
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. |
Is |
Gets whether the grid is grouped by the values of this column. This is a dependency property. |
Is |
Gets whether a user can sort the Grid |
Max |
Gets or sets the column’s maximum width. This is a dependency property. |
Min |
Gets or sets the column’s minimum width. This is a dependency property. |
Print |
Gets or sets the style applied to cells in a printed document. This is a dependency property. |
Round |
Gets or sets a format that defines how to display rounded Date |
Round |
Gets or sets whether to ignore time values when you use the drop-down filter to filter by Date |
Show |
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. |
Show |
Gets or sets whether to display the criteria selector button in the Auto Filter Row. This is a dependency property. |
Show |
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. |
Show |
Gets or sets whether the column’s header is displayed within the Column Chooser. This is a dependency property. |
Show |
Gets or sets whether or not error icons are displayed within column cells that fail validation specified by the Data Annotations attribute |
Sort |
Gets the column’s position among sorted columns. |
Sort |
Gets or sets how the column’s data is sorted when sorting is applied to it. This is a dependency property. |
Sort |
Gets or sets the column’s sort order. This is a dependency property. |
Tab |
Gets or sets whether the column can be focused via the TAB key. This is a dependency property. |
Total |
Gets a list of total summary items displayed in this column. This is a dependency property. |
Total |
Gets or sets the style of total summary items displayed within the column. This is a dependency property. |
Unbound |
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. |
Unbound |
Gets or sets the data type and binding mode of the column. This is a dependency property. |
Visible | Gets or sets whether the column is displayed within a grid. This is a dependency property. |
Visible |
Gets or sets the column’s position among visible columns. This is a dependency property. |
Width | Gets or sets the column width. This is a dependency property. |
See Also