ColumnBase Properties
Serves as a base for classes that represent data columns.
Name | Description |
---|---|
Actual |
Gets whether an end-user can filter data using the column’s filter dropdown. This is a dependency property. |
Actual |
Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. |
Actual |
Gets whether an end-user can resize this column. This is a dependency property. |
Actual |
Gets whether an end-user can sort data by column values. This is a dependency property. |
Actual |
Gets the actual style applied to column cells. This is a dependency property. |
Actual |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Actual |
Gets or sets the actual style applied to a column header. This is a dependency property. |
Actual |
Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. |
Actual |
Gets or sets the actual template that defines the tooltip’s presentation. This is a dependency property. |
Actual |
Gets the column header’s actual width. This is a dependency property. |
Actual |
|
Actual |
Gets the actual style of total summary items displayed within the column. This is a dependency property. |
Actual |
Gets the column’s actual width. This is a dependency property. |
Allow |
Gets or sets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property. |
Allow |
Gets or sets whether an end-user can filter data by a column. This is a dependency property. |
Allow |
Gets or sets whether end-users can edit column values. 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 an end-user is allowed to move this column by dragging its header. This is a dependency property. |
Allow |
Gets or sets whether an end-user can resize this column. This is a dependency property. |
Allow |
Gets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property. |
Allow |
Gets or sets whether an end-user 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 style applied to the column’s data cell displayed within the Auto Filter Row. This is a dependency property. |
Auto |
Gets or sets the value in the Auto Filter Row for this column. |
Cell |
Gets or sets the style of cells displayed within this column. 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. |
Column |
This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. |
Commands | Provides access to column commands. |
Custom |
Gets or sets the template that defines the presentation of the column’s Filter Dropdown. This is a dependency property. |
Data |
Gets the data-aware control which owns the column. |
Field |
Gets the name of the database field assigned to this column. This is a dependency property. |
Field |
Gets the type of data displayed by the column. |
Filter |
Gets or sets the display mode of the column’s filter dropdown. 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. |
Has |
Indicates whether the current column has a sibling column displayed to its left. This is a dependency property. |
Has |
Indicates whether the current column has a sibling column displayed to its right. This is a dependency property. |
Has |
Gets whether the column displays total summaries. This is a dependency property. |
Header | Gets or sets the column header’s contents. This is a dependency property. |
Header |
Gets the column header’s caption. 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 the template that defines the tooltip’s presentation. This is a dependency property. |
Header |
This property supports the internal infrastructure and is not intended to be used directly from your code. |
Horizontal |
Gets or sets the horizontal alignment of the column contents. This is a dependency property. |
Horizontal |
Gets or sets the column header’s content alignment. This is a dependency property. |
Immediate |
Gets or sets whether the column’s filter condition is updated as soon as an end-user modifies the text within the auto filter row’s cell. This is a dependency property. |
Immediate |
Gets or sets whether the column’s filter condition is updated as soon as an end-user selects an item within the column’s Filter Dropdown. This is a dependency property. |
Is |
Gets whether the column is the first visible column displayed within a grid. This is a dependency property. |
Is |
Gets whether the column is the last visible column displayed within a grid. This is a dependency property. |
Is |
Gets whether data is sorted by the values of this column. This is a dependency property. |
Is |
Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property |
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. |
Name | Gets or sets the column’s name. |
Round |
|
Show |
Gets or sets whether or not 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 filter dropdown 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. |
Tag | Gets or sets the data associated with the column. |
Total |
Gets or sets the style of total summary items displayed within the column. This is a dependency property. |
Total |
Gets the text displayed within the summary panel’s cell. 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. |
Vertical |
Gets or sets the vertical alignment of the column contents. This is a dependency property. |
Visible | Gets or sets whether the column is displayed within a grid. This is a dependency property. |
Width | Gets or sets the column width. This is a dependency property. |
See Also