Skip to main content

TemplateColumn Properties

A column type that allows you to define a custom template for column cells.
Name Description
ActualCaption Gets the column caption as it is displayed in a column header. Inherited from GridColumn.
ActualWidth Gets the column width. This is a bindable property. Inherited from GridColumn.
AllowAutoFilter Gets or sets whether an end-user can filter data by the column’s values using the auto-filter panel. This is a bindable property. Inherited from GridColumn.
AllowGroup Gets or sets whether end-users are allowed to group data by the current column. This is a bindable property. Inherited from GridColumn.
AllowSort Gets or sets whether end-users are allowed to sort data by the column’s values. This is a bindable property. Inherited from GridColumn.
AutoFilterCondition

Gets or sets the comparison operator used to create filter conditions for the current column via the auto-filter panel. This is a bindable property.

Inherited from GridColumn.
AutoFilterValue Gets or sets the value in the auto-filter panel for the column. This is a bindable property. Inherited from GridColumn.
Caption Gets or sets the column‘s display caption. This is a bindable property. Inherited from GridColumn.
ColumnFilterMode Gets or sets how column values are filtered via the auto-filter panel. This is a bindable property. Inherited from GridColumn.
ContentAlignment Gets or sets the content alignment within column cells. This is a bindable property. Inherited from GridColumn.
DisplayFormat Gets or sets formatting for values in the column. This is a bindable property. Inherited from GridColumn.
DisplayTemplate Gets or sets a template specifying a custom layout to display data values within column cells. This is a bindable property.
EditTemplate Gets or sets a template applied for the column values editor. This is a bindable property.
FieldName

Gets or sets the column‘s unique field name. For bound columns, this property refers to a field in the underlying data source. For unbound columns, this property serves as a column’s identifier.

This is a bindable property.

Inherited from GridColumn.
FixedStyle Gets or sets whether a column is fixed. This is a bindable property. Inherited from GridColumn.
GroupInterval Gets or sets how data rows are grouped when grouping by the current column is applied. This is a bindable property. Inherited from GridColumn.
HeaderTemplate Gets or sets a template used to define the column headers visual representation. Inherited from GridColumn.
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 panel’s cell. This is a bindable property.

Inherited from GridColumn.
IsGrouped Gets or sets whether the grid’s data is grouped by the current column. This is a bindable property. Inherited from GridColumn.
IsReadOnly Gets or sets whether end-users are allowed to change cell values in the column. This is a bindable property. Inherited from GridColumn.
IsUnbound Gets whether the column is unbound. Inherited from GridColumn.
IsVisible Gets or sets whether the column is visible in the grid. This is a bindable property. Inherited from GridColumn.
MinWidth Gets or sets the minimum column width allowed. This is a bindable property. Inherited from GridColumn.
SerializationTypeName Gets the string containing the column type name. Inherited from GridColumn.
SortIndex Gets or sets the column’s position among sorted columns. This is a bindable property. Inherited from GridColumn.
SortMode Specifies how column values are sorted and grouped. This is a bindable property. Inherited from GridColumn.
SortOrder Gets or sets the column’s sort order. This is a bindable property. Inherited from GridColumn.
UnboundExpression Gets or sets an expression used to evaluate values for the current Unbound Columns. This is a bindable property. Inherited from GridColumn.
UnboundType Gets or sets the data type and binding mode of the column. This is a bindable property. Inherited from GridColumn.
Width Gets or sets the column width. This is a bindable property. Inherited from GridColumn.
See Also