TemplateColumn Members
A column type that allows you to define a custom template for column cells.Constructors
Name | Description |
---|---|
TemplateColumn() | Initializes a new instance of the TemplateColumn class with default settings. |
Fields
Name | Description |
---|---|
ActualWidthProperty static | Identifies the GridColumn.ActualWidth bindable property. Inherited from GridColumn. |
AllowAutoFilterProperty static | Identifies the GridColumn.AllowAutoFilter bindable property. Inherited from GridColumn. |
AllowGroupProperty static | Identifies the GridColumn.AllowGroup bindable property. Inherited from GridColumn. |
AllowSortProperty static | Identifies the GridColumn.AllowSort bindable property. Inherited from GridColumn. |
AutoFilterConditionProperty static | Identifies the GridColumn.AutoFilterCondition bindable property. Inherited from GridColumn. |
AutoFilterValueProperty static | Identifies the GridColumn.AutoFilterValue bindable property. Inherited from GridColumn. |
CaptionProperty static | Identifies the GridColumn.Caption bindable property. Inherited from GridColumn. |
ColumnFilterModeProperty static | Identifies the GridColumn.ColumnFilterMode bindable property. Inherited from GridColumn. |
ContentAlignmentProperty static | Identifies the GridColumn.ContentAlignment bindable property. Inherited from GridColumn. |
DisplayFormatProperty static | Identifies the GridColumn.DisplayFormat bindable property. Inherited from GridColumn. |
DisplayTemplateProperty static | Identifies the TemplateColumn.DisplayTemplate bindable property. |
EditTemplateProperty static | Identifies the TemplateColumn.EditTemplate bindable property. |
FieldNameProperty static | Identifies the GridColumn.FieldName bindable property. Inherited from GridColumn. |
FixedStyleProperty static | Identifies the GridColumn.FixedStyle bindable property. Inherited from GridColumn. |
GroupIntervalProperty static | Identifies the GridColumn.GroupInterval bindable property. Inherited from GridColumn. |
HeaderTemplateProperty static | Identifies the GridColumn.HeaderTemplate bindable property. Inherited from GridColumn. |
ImmediateUpdateAutoFilterProperty static | Identifies the GridColumn.ImmediateUpdateAutoFilter bindable property. Inherited from GridColumn. |
IsGroupedProperty static | Identifies the GridColumn.IsGrouped bindable property. Inherited from GridColumn. |
IsReadOnlyProperty static | Identifies the GridColumn.IsReadOnly bindable property. Inherited from GridColumn. |
IsVisibleProperty static | Identifies the GridColumn.IsVisible bindable property. Inherited from GridColumn. |
MinWidthProperty static | Identifies the GridColumn.MinWidth bindable property. Inherited from GridColumn. |
SortIndexProperty static | Identifies the GridColumn.SortIndex bindable property. Inherited from GridColumn. |
SortModeProperty static | Identifies the GridColumn.SortMode bindable property. Inherited from GridColumn. |
SortOrderProperty static | Identifies the GridColumn.SortOrder bindable property. Inherited from GridColumn. |
UnboundExpressionProperty static | Identifies the GridColumn.UnboundExpression bindable property. Inherited from GridColumn. |
UnboundTypeProperty static | Identifies the GridColumn.UnboundType bindable property. Inherited from GridColumn. |
WidthProperty static | Identifies the GridColumn.Width bindable property. Inherited from GridColumn. |
Properties
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