Skip to main content

GridTemplateColumn Properties

Represents a column allowing you to implement custom data presentation.
Name Description
ActualAllowColumnFiltering Gets whether an end-user can filter data using the column’s filter dropdown. This is a dependency property. Inherited from ColumnBase.
ActualAllowGrouping Gets whether an end-user can group data by the current column. This is a dependency property. Inherited from GridColumnBase.
ActualAllowMoving Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from ColumnBase.
ActualAllowResizing Gets whether an end-user can resize this column. This is a dependency property. Inherited from ColumnBase.
ActualAllowSorting Gets whether an end-user can sort data by column values. This is a dependency property. Inherited from ColumnBase.
ActualCellStyle Gets the actual style applied to column cells. This is a dependency property. Inherited from ColumnBase.
ActualCellTemplateSelector Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property.
ActualDataWidth This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnBase.
ActualGroupValueTemplateSelector Gets the actual template selector that chooses a group row value template based on custom logic. This is a dependency property. Inherited from GridColumnBase.
ActualHeaderStyle Gets or sets the actual style applied to a column header. This is a dependency property. Inherited from ColumnBase.
ActualHeaderTemplateSelector Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. Inherited from ColumnBase.
ActualHeaderToolTipTemplate Gets or sets the actual template that defines the tooltip’s presentation. This is a dependency property. Inherited from ColumnBase.
ActualHeaderWidth Gets the column header’s actual width. This is a dependency property. Inherited from ColumnBase.
ActualShowCriteriaInAutoFilterRow Inherited from ColumnBase.
ActualTotalSummaryContentStyle Gets the actual style of total summary items displayed within the 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 an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property. Inherited from ColumnBase.
AllowColumnFiltering Gets or sets whether an end-user can filter data by a column. This is a dependency property. Inherited from ColumnBase.
AllowEditing Gets or sets whether end-users can edit column values. 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 a value that specifies whether an end-user can group data by the current column. This is a dependency property. Inherited from GridColumnBase.
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.
AllowResizing Gets or sets whether an end-user can resize this column. This is a dependency property. Inherited from ColumnBase.
AllowSearchPanel Gets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property. Inherited from ColumnBase.
AllowSorting Gets or sets whether an end-user 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.
AutoFilterEditorStyle Gets or sets the style applied to the column’s data cell displayed within the Auto Filter Row. This is a dependency property. Inherited from ColumnBase.
AutoFilterValue Gets or sets the value in the Auto Filter Row for this column. Inherited from ColumnBase.
CellStyle Gets or sets the style of cells displayed within this column. This is a dependency property. Inherited from ColumnBase.
CellTemplate Gets or sets the template that defines the presentation of column cells. This is a dependency property.
CellTemplateSelector Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property.
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. Inherited from ColumnBase.
ColumnPosition This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Inherited from ColumnBase.
Commands Provides access to column commands. Inherited from ColumnBase.
CustomColumnFilterPopupTemplate Gets or sets the template that defines the presentation of the column’s Filter Dropdown. This is a dependency property. Inherited from ColumnBase.
DataControl Gets the data-aware control which owns the column. Inherited from ColumnBase.
FieldName Gets the name of the database field assigned to this column. This is a dependency property. Inherited from ColumnBase.
FieldType Gets the type of data displayed by the column. Inherited from ColumnBase.
FilterPopupMode Gets or sets the display mode of the column’s filter dropdown. 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.
GroupColumnSummaryContentStyle Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. Inherited from GridColumnBase.
GroupColumnSummaryItemTemplate Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. Inherited from GridColumnBase.
GroupIndex Gets or sets the column’s position among grouping columns. Inherited from GridColumnBase.
GroupInterval Gets or sets how data items (rows) are grouped when grouping by this column is applied. This is a dependency property. Inherited from GridColumnBase.
GroupValueTemplate Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. Inherited from GridColumnBase.
GroupValueTemplateSelector Gets or sets an object that chooses a group row value template based on custom logic. This is a dependency property. Inherited from GridColumnBase.
HasLeftSibling Indicates whether the current column has a sibling column displayed to its left. This is a dependency property. Inherited from ColumnBase.
HasRightSibling Indicates whether the current column has a sibling column displayed to its right. This is a dependency property. Inherited from ColumnBase.
HasTotalSummaries Gets whether the column displays total summaries. 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.
HeaderCaption Gets the column header’s caption. 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 the template that defines the tooltip’s presentation. This is a dependency property. Inherited from ColumnBase.
HeaderToolTipVisibility This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnBase.
HorizontalContentAlignment Gets or sets the horizontal alignment of the column contents. This is a dependency property. Inherited from ColumnBase.
HorizontalHeaderContentAlignment Gets or sets the column header’s content alignment. This is a dependency property. Inherited from ColumnBase.
ImmediateUpdateAutoFilter 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. Inherited from ColumnBase.
ImmediateUpdateColumnFilter 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. Inherited from ColumnBase.
IsFirst Gets whether the column is the first visible column displayed within a grid. 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 GridColumnBase.
IsLast Gets whether the column is the last visible column displayed within a grid. This is a dependency property. Inherited from ColumnBase.
IsSorted Gets whether data is sorted by the values of this column. This is a dependency property. Inherited from ColumnBase.
IsSortedBySummary Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property Inherited from ColumnBase.
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.
Name Gets or sets the column’s name. Inherited from ColumnBase.
RoundDateTimeForColumnFilter Inherited from ColumnBase.
ShowCriteriaInAutoFilterRow Gets or sets whether or not 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 filter dropdown 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.
Tag Gets or sets the data associated with the column. 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.
TotalSummaryText Gets the text displayed within the summary panel’s cell. 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.
VerticalContentAlignment Gets or sets the vertical alignment of the column contents. 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.
Width Gets or sets the column width. This is a dependency property. Inherited from ColumnBase.
See Also