TemplateColumn Members
In This Article
#Constructors
Name | Description |
---|---|
Template |
Initializes a new instance of the Template |
#Fields
Name | Description |
---|---|
Allow |
Identifies the Allow |
Allow |
Identifies the Grid |
Auto |
Identifies the Auto |
Auto |
Identifies the Auto |
Background |
Identifies the Background |
Caption |
Identifies the Grid |
Clear |
Identifies the Clear |
Column |
Identifies the Column dependency property.
Inherited from Grid |
Column |
Identifies the Column |
Display |
Identifies the Grid |
Display |
Identifies the Template |
Edit |
Identifies the Grid |
Edit |
Identifies the Template |
Field |
Identifies the Grid |
Filter |
Identifies the Filter |
Filter |
Identifies the Filter |
Filter |
Identifies the Filter |
Fixed |
Identifies the Grid |
Font |
Identifies the Font |
Font |
Identifies the Font |
Font |
Identifies the Font |
Font |
Identifies the Font |
Group |
Identifies the Grid |
Group |
Identifies the Grid |
Group |
Identifies the Grid |
Header |
Identifies the Header |
Header |
Identifies the Grid |
Header |
Identifies the Grid |
Header |
Identifies the Header |
Header |
Identifies the Header |
Header |
Identifies the Header |
Header |
Identifies the Header |
Header |
Identifies the Header |
Header |
Identifies the Header |
Horizontal |
Identifies the Grid |
Immediate |
Identifies the Immediate |
Is |
Identifies the Grid |
Is |
Identifies the Grid |
Is |
Identifies the Grid |
Line |
Identifies the Line |
Max |
Identifies the Grid |
Min |
Identifies the Grid |
Padding |
Identifies the Padding dependency property.
Inherited from Grid |
Placeholder |
Identifies the Placeholder |
Row |
Inherited from Grid |
Row |
Identifies the Row |
Show |
Identifies the Show |
Sort |
Identifies the Grid |
Sort |
Identifies the Grid |
Sort |
Identifies the Grid |
Text |
Identifies the Text |
Total |
Identifies the Grid |
Unbound |
Identifies the Grid |
Unbound |
Identifies the Grid |
Vertical |
Identifies the Grid |
Width |
Identifies the Grid |
#Properties
Name | Description |
---|---|
Actual |
Gets the column caption as it is displayed in a column header.
Inherited from Grid |
Allow |
Gets or sets whether users can enter a value in the Auto Filter Row.
Inherited from Grid |
Allow |
Specifies whether end users can sort data by the column.
Inherited from Grid |
Auto |
Gets or sets the filter condition (equals, contains, etc.) used to compare the value in the Auto-Filter Row with column values.
Inherited from Grid |
Auto |
Gets or sets the value of the cell in the Auto Filter Row.
Inherited from Grid |
Background |
Specifies the background color of the column’s cells.
Inherited from Grid |
Caption |
Gets or sets the caption displayed in the column header.
Inherited from Grid |
Clear |
Gets or sets when the clear icon is visible.
Inherited from Text |
Column |
Specifies in which column of the grid’s multi-row layout (Advanced |
Column |
Allows you to stretch the column’s cells across multiple columns within the grid’s multi-row layout (Advanced |
Display |
Gets or sets the pattern used to format cell values of the column.
Inherited from Grid |
Display |
Gets or sets a template that specifies a custom layout to display data values within column cells. |
Edit |
Specifies the caption of the editor associated with the current column in the edit form.
Inherited from Grid |
Edit |
Gets or sets a template to edit column cell’s data values in an in-place editor or edit form. |
Field |
Gets or sets the name of the data source’s field associated with the grid column, or serves as an identifier for unbound columns.
Inherited from Grid |
Filter |
|
Filter |
|
Filter |
Gets or sets whether filters are applied to the actual cell values or to the text displayed in cells.
Inherited from Grid |
Fixed |
Gets or sets whether a column is fixed.
Inherited from Grid |
Font |
Specifies whether the font in the column’s cells is bold or italic.
Inherited from Text |
Font |
Specifies the color for the text in the column’s cells.
Inherited from Text |
Font |
Specifies the font name for the text in column’s cells.
Inherited from Text |
Font |
Specifies the font size for the text in column’s cells.
Inherited from Text |
Group |
Gets or sets the pattern used to construct group row captions.
Inherited from Grid |
Group |
Gets or sets the template that defines the visual representation of a group row caption.
Inherited from Grid |
Group |
Gets or sets how data rows are combined into groups.
Inherited from Grid |
Header |
Inherited from Grid |
Header |
Specifies how to handle the caption text if it cannot fit on one line.
Inherited from Grid |
Header |
Gets or sets the template that defines the visual representation of the column header.
Inherited from Grid |
Header |
Inherited from Grid |
Header |
Inherited from Grid |
Header |
Inherited from Grid |
Header |
Inherited from Grid |
Header |
Inherited from Grid |
Header |
Inherited from Grid |
Horizontal |
Gets or sets the horizontal alignment of the column’s content.
Inherited from Grid |
Immediate |
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.
Inherited from Grid |
Is |
Gets or sets whether the grid’s data is grouped by the current column.
Inherited from Grid |
Is |
Gets or sets whether users are allowed to change cell values in the column.
Inherited from Grid |
Is |
Gets whether the column is unbound.
Inherited from Grid |
Is |
Gets or sets whether the column is visible in the grid.
Inherited from Grid |
Line |
Specifies how the grid handles text that cannot fit on one line within a cell.
Inherited from Text |
Max |
Gets or sets the column’s maximum width.
Inherited from Grid |
Min |
Gets or sets the column’s minimum width.
Inherited from Grid |
Padding |
Specifies the distance between values and borders in the column’s cells.
Inherited from Grid |
Placeholder |
Gets or sets an input prompt displayed in a cell when it is focused but does not contain a value.
Inherited from Text |
Row |
Specifies in which row of the grid’s multi-row layout the column’s cells are located.
Inherited from Grid |
Row |
Allows you to stretch the column’s cells across multiple rows within the grid’s multi-row layout (Advanced |
Show |
Gets or sets whether to show the filter icon in the Auto Filter Row‘s cell.
Inherited from Grid |
Sort |
Gets or sets the column’s position among sorted columns.
Inherited from Grid |
Sort |
Specifies whether the grid should sort or group data by column values or display text.
Inherited from Grid |
Sort |
Gets or sets the column’s sort order.
Inherited from Grid |
Text |
Allows you to underline and/or cross out the text in the column’s cells.
Inherited from Text |
Total |
Gets or sets the template that defines the visual representation of the column’s total summary.
Inherited from Grid |
Unbound |
Gets or sets an expression used to calculate values for the unbound column.
Inherited from Grid |
Unbound |
Gets or sets whether the column is unbound, and the type of data the unbound column stores.
Inherited from Grid |
Vertical |
Gets or sets the vertical alignment of the column’s content.
Inherited from Grid |
Width |
Gets or sets the column’s width.
Inherited from Grid |
See Also