Skip to main content
A newer version of this page is available. .

TemplateColumn Properties

A column type that allows you to define a custom template for column cells.
Name Description
ActualAppearance Inherited from GridColumn.
ActualCaption Gets the column caption as it is displayed in a column header. Inherited from GridColumn.
AllowAutoFilter Gets or sets whether users can enter a value in the Auto Filter Row. This is a bindable property. Inherited from GridColumn.
AllowSort Gets or sets whether end users can sort data by the column. This is a bindable property. Inherited from GridColumn.
AutoFilterCondition Gets or sets the filter condition (equals, contains, etc.) used to compare the value in the Auto-Filter Row with column values. This is a bindable property. Inherited from GridColumn.
AutoFilterValue Gets or sets the value of the cell in the Auto Filter Row. This is a bindable property. Inherited from GridColumn.
BackgroundColor Gets or sets the background color of the column’s cells. This is a bindable property. Inherited from GridColumn.
Caption Gets or sets the caption displayed in the column header. This is a bindable property. Inherited from GridColumn.
ClearIconVisibility Gets or sets when the clear icon is visible. This is a bindable property. Inherited from TextColumnBase.
Column Gets or sets the column of the grid’s multi-row layout (AdvancedColumnLayout) where cells are located. This is a bindable property. Inherited from GridColumn.
ColumnSpan Gets or sets the number of the columns that the column should be spanned across. This property is in effect only when the grid displays the multi-row layout (AdvancedColumnLayout). This is a bindable property. Inherited from GridColumn.
DisplayFormat Gets or sets the pattern used to format cell values of the column. This is a bindable property. Inherited from GridColumn.
DisplayTemplate Gets or sets a template that specifies a custom layout to display data values within column cells. This is a bindable property.
EditFormCaption Gets or sets the caption of the editor associated with the current column in the edit form. This is a bindable property. Inherited from GridColumn.
EditTemplate Gets or sets a template to edit column cell’s data values in an in-place editor or edit form. This is a bindable property.
FieldName Gets or sets the name of the data source’s field associated with the grid column, or serves as an identifier for unbound columns. This is a bindable property. Inherited from GridColumn.
FilterDisplayTemplate Gets or sets a template that specifies which custom layout to display in a column’s filter within the auto-filter row. This is a bindable property.
FilterEditTemplate Gets or sets a template that specifies which custom layout should edit the column filter in the auto-filter row. This is a bindable property.
FilterMode Gets or sets whether filters are applied to the actual cell values or to the text displayed in cells. 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.
FontAttributes Gets or sets whether the font in the column’s cells is bold or italic. This is a bindable property. Inherited from TextColumnBase.
FontColor Gets or sets the color for the text in the column’s cells. This is a bindable property. Inherited from TextColumnBase.
FontFamily Gets or sets the font name for the text in column’s cells. This is a bindable property. Inherited from TextColumnBase.
FontSize Gets or sets the font size for the text in column’s cells. This is a bindable property. Inherited from TextColumnBase.
GroupCaptionDisplayFormat Gets or sets the pattern used to construct group row captions. This is a bindable property. Inherited from GridColumn.
GroupCaptionTemplate Gets or sets the template that defines the visual representation of a group row caption. This is a bindable property. Inherited from GridColumn.
GroupInterval Gets or sets how data rows are combined into groups. This is a bindable property. Inherited from GridColumn.
HeaderBackgroundColor Gets or sets the background color of the grid column’s header. This is a bindable property. Inherited from GridColumn.
HeaderBorderColor Inherited from GridColumn.
HeaderBottomBorderColor Inherited from GridColumn.
HeaderCaptionLineBreakMode Gets or sets how to handle the caption text if it cannot fit on one line. This is a bindable property. Inherited from GridColumn.
HeaderContentTemplate Gets or sets the template that defines the visual representation of the column header. This is a bindable property. Inherited from GridColumn.
HeaderFontAttributes Gets or sets the grid column header’s font attributes. This is a bindable property. Inherited from GridColumn.
HeaderFontColor Gets or sets the grid column header’s font color. This is a bindable property. Inherited from GridColumn.
HeaderFontFamily Gets or sets the grid column header’s font family. This is a bindable property. Inherited from GridColumn.
HeaderFontSize Gets or sets the grid column header’s font size. This is a bindable property. Inherited from GridColumn.
HeaderPadding Gets or sets the grid column header’s padding. This is a bindable property. Inherited from GridColumn.
HeaderTextDecorations Gets or sets the grid column header’s text decorations. This is a bindable property. Inherited from GridColumn.
HorizontalContentAlignment Gets or sets the horizontal alignment of the column’s content. This is a bindable property. Inherited from GridColumn.
HorizontalHeaderAlignment Inherited from GridColumn.
ImmediateUpdateAutoFilter Gets or sets whether to filter data each time a value in the Auto Filter Row is changed or only when a cell in the Auto Filter Row loses focus. This is a bindable property. Inherited from GridColumn.
IsGrouped Gets or sets whether grid data is grouped by the specified column. This is a bindable property. Inherited from GridColumn.
IsReadOnly Gets or sets whether 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.
LineBreakMode Gets or sets how the grid handles text that cannot fit on one line within a cell. This is a bindable property. Inherited from TextColumnBase.
MaxWidth Gets or sets the column’s maximum width. This is a bindable property. Inherited from GridColumn.
MinWidth Gets or sets the column’s minimum width. This is a bindable property. Inherited from GridColumn.
Padding Gets or sets the distance between values and borders in the column’s cells. This is a bindable property. Inherited from GridColumn.
PlaceholderText Gets or sets an input prompt displayed in a cell when it is focused but does not contain a value. This is a bindable property. Inherited from TextColumnBase.
Row Gets or sets the row in which the column’s cells are located. This is a bindable property. Inherited from GridColumn.
RowSpan Allows you to stretch the column’s cells across multiple rows within the grid’s multi-row layout (AdvancedColumnLayout). Inherited from GridColumn.
ShowFilterIcon Gets or sets whether to show the filter icon in the Auto Filter Row’s cell. This is a bindable property. Inherited from GridColumn.
SortIndex Gets or sets the column’s position among sorted columns. This is a bindable property. Inherited from GridColumn.
SortMode Gets or sets whether the grid should sort or group data by column values or display text. 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.
TextDecorations Gets or sets whether text of the column’s cells underlined and/or crossed out. This is a bindable property. Inherited from TextColumnBase.
TotalSummaryTemplate Gets or sets the template that defines the visual representation of the column’s total summary. This is a bindable property. Inherited from GridColumn.
UnboundExpression Gets or sets an expression used to calculate values for the unbound column. This is a bindable property. Inherited from GridColumn.
UnboundType Gets or sets whether the column is unbound, and the type of data the unbound column stores. This is a bindable property. Inherited from GridColumn.
VerticalContentAlignment Gets or sets the vertical alignment of the column’s content. This is a bindable property. Inherited from GridColumn.
Width Gets or sets the column’s width. This is a bindable property. Inherited from GridColumn.
See Also