Skip to main content

TextColumn Members

A grid column used to display and edit text values.

Constructors

Name Description
TextColumn() Initializes a new instance of the TextColumn class with default settings.

Fields

Name Description
AffixColorProperty static Identifies the AffixColor dependency property.
AffixFontAttributesProperty static Identifies the AffixFontAttributes dependency property.
AffixFontFamilyProperty static Identifies the AffixFontFamily dependency property.
AffixFontSizeProperty static Identifies the AffixFontSize dependency property.
AffixIndentProperty static Identifies the AffixIndent dependency property.
AllowAutoFilterProperty static Identifies the AllowAutoFilter dependency property. Inherited from GridColumn.
AllowSortProperty static Identifies the GridColumn.AllowSort bindable property. Inherited from GridColumn.
AutoFilterConditionProperty static Identifies the AutoFilterCondition dependency property. Inherited from GridColumn.
AutoFilterValueProperty static Identifies the AutoFilterValue dependency property. Inherited from GridColumn.
BackgroundColorProperty static Identifies the BackgroundColor dependency property. Inherited from GridColumn.
CaptionProperty static Identifies the GridColumn.Caption bindable property. Inherited from GridColumn.
ClearIconVisibilityProperty static Identifies the ClearIconVisibility dependency property. Inherited from TextColumnBase.
ColumnProperty static Identifies the Column dependency property. Inherited from GridColumn.
ColumnSpanProperty static Identifies the ColumnSpan dependency property. Inherited from GridColumn.
DisplayFormatProperty static Identifies the GridColumn.DisplayFormat bindable property. Inherited from GridColumn.
EditFormCaptionProperty static Identifies the GridColumn.EditFormCaption bindable property. Inherited from GridColumn.
FieldNameProperty static Identifies the GridColumn.FieldName bindable property. Inherited from GridColumn.
FilterModeProperty static Identifies the FilterMode dependency property. Inherited from GridColumn.
FixedStyleProperty static Identifies the GridColumn.FixedStyle bindable property. Inherited from GridColumn.
FontAttributesProperty static Identifies the FontAttributes dependency property. Inherited from TextColumnBase.
FontColorProperty static Identifies the FontColor dependency property. Inherited from TextColumnBase.
FontFamilyProperty static Identifies the FontFamily dependency property. Inherited from TextColumnBase.
FontSizeProperty static Identifies the FontSize dependency property. Inherited from TextColumnBase.
GroupCaptionDisplayFormatProperty static Identifies the GridColumn.GroupCaptionDisplayFormat bindable property. Inherited from GridColumn.
GroupCaptionTemplateProperty static Identifies the GridColumn.GroupCaptionTemplate bindable property. Inherited from GridColumn.
GroupIntervalProperty static Identifies the GridColumn.GroupInterval bindable property. Inherited from GridColumn.
HeaderBackgroundColorProperty static Identifies the HeaderBackgroundColor dependency property. Inherited from GridColumn.
HeaderCaptionLineBreakModeProperty static Identifies the GridColumn.HeaderCaptionLineBreakMode bindable property. Inherited from GridColumn.
HeaderContentTemplateProperty static Identifies the GridColumn.HeaderContentTemplate bindable property. Inherited from GridColumn.
HeaderFontAttributesProperty static Identifies the HeaderFontAttributes dependency property. Inherited from GridColumn.
HeaderFontColorProperty static Identifies the HeaderFontColor dependency property. Inherited from GridColumn.
HeaderFontFamilyProperty static Identifies the HeaderFontFamily dependency property. Inherited from GridColumn.
HeaderFontSizeProperty static Identifies the HeaderFontSize dependency property. Inherited from GridColumn.
HeaderPaddingProperty static Identifies the HeaderPadding dependency property. Inherited from GridColumn.
HeaderTextDecorationsProperty static Identifies the HeaderTextDecorations dependency property. Inherited from GridColumn.
HorizontalContentAlignmentProperty static Identifies the GridColumn.HorizontalContentAlignment bindable property. Inherited from GridColumn.
ImmediateUpdateAutoFilterProperty static Identifies the ImmediateUpdateAutoFilter dependency 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.
KeyboardProperty static Identifies the Keyboard dependency property.
LineBreakModeProperty static Identifies the LineBreakMode dependency property. Inherited from TextColumnBase.
MaskPlaceholderCharProperty static Identifies the MaskPlaceholderChar dependency property.
MaskProperty static Identifies the Mask dependency property.
MaxWidthProperty static Identifies the GridColumn.MaxWidth bindable property. Inherited from GridColumn.
MinWidthProperty static Identifies the GridColumn.MinWidth bindable property. Inherited from GridColumn.
PaddingProperty static Identifies the Padding dependency property. Inherited from GridColumn.
PlaceholderTextProperty static Identifies the PlaceholderText dependency property. Inherited from TextColumnBase.
PrefixProperty static Identifies the Prefix dependency property.
RowProperty static Inherited from GridColumn.
RowSpanProperty static Identifies the RowSpan dependency property. Inherited from GridColumn.
ShowFilterIconProperty static Identifies the ShowFilterIcon dependency 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.
SuffixProperty static Identifies the Suffix dependency property.
TextDecorationsProperty static Identifies the TextDecorations dependency property. Inherited from TextColumnBase.
TotalSummaryTemplateProperty static Identifies the GridColumn.TotalSummaryTemplate 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.
VerticalContentAlignmentProperty static Identifies the GridColumn.VerticalContentAlignment 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.
AffixColor
AffixFontAttributes
AffixFontFamily
AffixFontSize
AffixIndent
AllowAutoFilter Gets or sets whether users can enter a value in the Auto Filter Row. Inherited from GridColumn.
AllowSort Specifies whether end users can sort data by the column. 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. Inherited from GridColumn.
AutoFilterValue Gets or sets the value of the cell in the Auto Filter Row. Inherited from GridColumn.
BackgroundColor Specifies the background color of the column’s cells. Inherited from GridColumn.
Caption Gets or sets the caption displayed in the column header. Inherited from GridColumn.
ClearIconVisibility Gets or sets when the clear icon is visible. Inherited from TextColumnBase.
Column Specifies in which column of the grid’s multi-row layout (AdvancedColumnLayout) the column’s cells are located. Inherited from GridColumn.
ColumnSpan Allows you to stretch the column’s cells across multiple columns within the grid’s multi-row layout (AdvancedColumnLayout). Inherited from GridColumn.
DisplayFormat Gets or sets the pattern used to format cell values of the column. Inherited from GridColumn.
EditFormCaption Specifies the caption of the editor associated with the current column in the edit form. Inherited from GridColumn.
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. Inherited from GridColumn.
FilterMode Gets or sets whether filters are applied to the actual cell values or to the text displayed in cells. Inherited from GridColumn.
FixedStyle Gets or sets whether a column is fixed. Inherited from GridColumn.
FontAttributes Specifies whether the font in the column’s cells is bold or italic. Inherited from TextColumnBase.
FontColor Specifies the color for the text in the column’s cells. Inherited from TextColumnBase.
FontFamily Specifies the font name for the text in column’s cells. Inherited from TextColumnBase.
FontSize Specifies the font size for the text in column’s cells. Inherited from TextColumnBase.
GroupCaptionDisplayFormat Gets or sets the pattern used to construct group row captions. Inherited from GridColumn.
GroupCaptionTemplate Gets or sets the template that defines the visual representation of a group row caption. Inherited from GridColumn.
GroupInterval Gets or sets how data rows are combined into groups. Inherited from GridColumn.
HeaderBackgroundColor Inherited from GridColumn.
HeaderCaptionLineBreakMode Specifies how to handle the caption text if it cannot fit on one line. Inherited from GridColumn.
HeaderContentTemplate Gets or sets the template that defines the visual representation of the column header. Inherited from GridColumn.
HeaderFontAttributes Inherited from GridColumn.
HeaderFontColor Inherited from GridColumn.
HeaderFontFamily Inherited from GridColumn.
HeaderFontSize Inherited from GridColumn.
HeaderPadding Inherited from GridColumn.
HeaderTextDecorations Inherited from GridColumn.
HorizontalContentAlignment Gets or sets the horizontal alignment of the column’s content. 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. Inherited from GridColumn.
IsGrouped Gets or sets whether the grid’s data is grouped by the current column. Inherited from GridColumn.
IsReadOnly Gets or sets whether users are allowed to change cell values in the column. 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. Inherited from GridColumn.
Keyboard
LineBreakMode Specifies how the grid handles text that cannot fit on one line within a cell. Inherited from TextColumnBase.
Mask
MaskPlaceholderChar
MaxWidth Gets or sets the column’s maximum width. Inherited from GridColumn.
MinWidth Gets or sets the column’s minimum width. Inherited from GridColumn.
Padding Specifies the distance between values and borders in the column’s cells. Inherited from GridColumn.
PlaceholderText Gets or sets an input prompt displayed in a cell when it is focused but does not contain a value. Inherited from TextColumnBase.
Prefix
Row Specifies in which row of the grid’s multi-row layout the column’s cells are located. 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. Inherited from GridColumn.
SortIndex Gets or sets the column’s position among sorted columns. Inherited from GridColumn.
SortMode Specifies whether the grid should sort or group data by column values or display text. Inherited from GridColumn.
SortOrder Gets or sets the column’s sort order. Inherited from GridColumn.
Suffix
TextDecorations Allows you to underline and/or cross out the text in the column’s cells. Inherited from TextColumnBase.
TotalSummaryTemplate Gets or sets the template that defines the visual representation of the column’s total summary. Inherited from GridColumn.
UnboundExpression Gets or sets an expression used to calculate values for the unbound column. Inherited from GridColumn.
UnboundType Gets or sets whether the column is unbound, and the type of data the unbound column stores. Inherited from GridColumn.
VerticalContentAlignment Gets or sets the vertical alignment of the column’s content. Inherited from GridColumn.
Width Gets or sets the column’s width. Inherited from GridColumn.
See Also