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

PickerColumn Properties

A grid column that allows a user to edit a cell value by selecting an item from the predefined set.
Name Description
ActualCaption Gets the column caption as it is displayed in a column header. Inherited from GridColumn.
AllowSort Specifies whether end users can sort data by the column. Inherited from GridColumn.
Caption Gets or sets the caption displayed in the column header. Inherited from GridColumn.
DisplayFormat Gets or sets the pattern used to format cell values of the column. Inherited from GridColumn.
DisplayMember
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.
FixedStyle Gets or sets whether a column is fixed. Inherited from GridColumn.
GroupInterval Gets or sets how data rows are combined into groups. Inherited from GridColumn.
GroupValueDisplayFormat Gets or sets the pattern used to construct group row captions. Inherited from GridColumn.
HorizontalContentAlignment Gets or sets the horizontal alignment of the column’s content. 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.
ItemsSource
MaxWidth Gets or sets the column’s maximum width. Inherited from GridColumn.
MinWidth Gets or sets the column’s minimum width. Inherited from GridColumn.
SortIndex Gets or sets the column’s position among sorted columns. Inherited from GridColumn.
SortMode Specifies whether the grid should sort data by column values or display text. Inherited from GridColumn.
SortOrder Gets or sets the column’s sort order. 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.
ValueMember
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