The following tables list the members exposed by ColumnBase.
Name | Description | |
---|---|---|
ActualWidth | Gets the actual width of the column considering the Width, MinWidth, and MaxWidth properties. | |
AdvancedFilterControlTitle | Gets or sets the title of the window containing the column’s associated FilterExpressionEditor. | |
AllowAdvancedFilter | Gets or sets a value indicating if advanced filtering is allowed for this column. | |
AllowAutoFilter | Gets or sets a value indicating whether the values of a column can be filtered through the auto-filter drop down displayed in its corresponding ColumnManagerCell. | |
AllowDrop | (Inherited from System.Windows.ContentElement) | |
AllowGroup | Gets or sets a value indicating whether the data items in a grid can be grouped according to the values of the column. | |
AllowSort | Gets or sets a value indicating whether the data items in a grid can be sorted according to the values of the column. | |
AreAnyTouchesCaptured | (Inherited from System.Windows.FrameworkContentElement) | |
AreAnyTouchesCapturedWithin | (Inherited from System.Windows.FrameworkContentElement) | |
AreAnyTouchesDirectlyOver | (Inherited from System.Windows.FrameworkContentElement) | |
AreAnyTouchesOver | (Inherited from System.Windows.FrameworkContentElement) | |
AutoFilterControlStyle | Gets or sets the style that will be used by the column's associated AutoFilterControl. | |
BindingGroup | (Inherited from System.Windows.FrameworkContentElement) | |
CanBeCurrentWhenReadOnly | Gets or sets a value indicating whether cells in the column can receive focus when the parent column's ReadOnly property is set to true. | |
CellContentStringFormat | Gets or sets the format used for the content of the cells. This can also impact the format of the data during export or when copying to the clipboard. | |
CellContentTemplate | Gets or sets the DataTemplate used to display the cells' content. | |
CellContentTemplateSelector | Gets or sets a DataTemplateSelector that provides a way to apply a different CellContentTemplate based on custom logic. | |
CellEditor | Gets or sets the CellEditor that contains the information required to display the template that will be used to edit the content of the cells contained in the column as well as the activation gestures that activate the template. | |
CellEditorDisplayConditions | Gets or sets a value indicating under what conditions the editors for the cells contained in the column are displayed. | |
CellEditorSelector | Gets or sets a cell editor selector that will be used to select the appropriate cell editor for a given cell based on its information. | |
CellErrorStyle | Gets or sets the style that will be used by the cells contained in the column when their content fails the validation process. | |
CellHorizontalContentAlignment | Gets or sets a value representing the horizontal content alignment of cells contained in the column. | |
CellRecyclingGroup | Gets or sets the cell recycling group. | |
CellSpanningDirection | Gets or sets a value that indicates the direction in which a cell can span in order to merge with other cells. | |
CellValidationRules | Gets the list of CellValidationRules against which the content of the cells contained in the column are validated before they exit edit mode. | |
CellVerticalContentAlignment | Gets or sets a value representing the vertical content alignment of cells contained in the column. | |
CommandBindings | (Inherited from System.Windows.FrameworkContentElement) | |
ContextMenu | (Inherited from System.Windows.FrameworkContentElement) | |
Cursor | (Inherited from System.Windows.FrameworkContentElement) | |
DataContext | (Inherited from System.Windows.FrameworkContentElement) | |
DataGridControl | Gets the column's parent datagrid control. | |
DefaultCulture | Gets or sets the culture that will be used for the formatting of the values when ColumnBase.CellContentStringFormat or ColumnBase.GroupValueStringFormat are used. If no culture is specified, the CultureInfo.CurrentCulture will be used. | |
DependencyObjectType | (Inherited from System.Windows.FrameworkContentElement) | |
Description | Gets or sets a string representing the description associated to the column. | |
Dispatcher | (Inherited from System.Windows.FrameworkContentElement) | |
DisplayedValueConverter | Gets or sets an IValueConverter that allows to export or copy a value as it is displayed in the grid and allows a user to use displayed values when entering a filter criterion in a FilterCell. | |
DisplayedValueConverterCulture | Gets or sets the culture in which to evaluate the converter. | |
DisplayedValueConverterParameter | Gets or sets the parameter to pass to the converter. | |
DraggableStatus | Gets or sets a value representing the drag behavior of the column. | |
FieldName | Gets or sets the case-sensitive field name that uniquely identifies the column in a grid's column collection. | |
FilterExpressionEditorStyle | Gets or sets the style that will be used by the column’s associated FilterExpressionEditor. | |
FilteringDistinctValues | Gets or sets a list of values that are distinct in a given column which are used to provide filtering. | |
Focusable | (Inherited from System.Windows.FrameworkContentElement) | |
FocusVisualStyle | (Inherited from System.Windows.FrameworkContentElement) | |
ForceCursor | (Inherited from System.Windows.FrameworkContentElement) | |
GroupConfiguration | Gets or sets the group configuration that will be applied to the groups that are created from the values of this column. | |
GroupDescription | Gets or sets the group description that is used whenever groups are created according to the values of this column. | |
GroupValueStringFormat | Gets or sets the format used for the content of the group header. This can also impact the format of the data during export or when copying to the clipboard. | |
GroupValueTemplate | Gets or sets the template that will be used by a group to display its value when the group is created according the values of the column. | |
GroupValueTemplateSelector | Gets or sets a DataTemplateSelector that provides a way to apply a different GroupValueTemplates based on custom logic. | |
HasAnimatedProperties | (Inherited from System.Windows.FrameworkContentElement) | |
HasFixedWidth | Gets a value indicating whether the column has a fixed width. | |
HasValidationError | Gets a value indicating whether the content of one of the cells contained in the column failed the validation process. | |
Index | Gets the index of the column in a grid's Column collection. | |
InputBindings | (Inherited from System.Windows.FrameworkContentElement) | |
InputScope | (Inherited from System.Windows.FrameworkContentElement) | |
IsEnabled | (Inherited from System.Windows.FrameworkContentElement) | |
IsFirstVisible | Gets a value indicating whether the column is the first visible column in a grid's. | |
IsFocused | (Inherited from System.Windows.FrameworkContentElement) | |
IsInitialized | (Inherited from System.Windows.FrameworkContentElement) | |
IsInputMethodEnabled | (Inherited from System.Windows.FrameworkContentElement) | |
IsKeyboardFocused | (Inherited from System.Windows.FrameworkContentElement) | |
IsKeyboardFocusWithin | (Inherited from System.Windows.FrameworkContentElement) | |
IsLastVisible | Gets a value indicating whether the column is the last visible column in a grid. | |
IsLoaded | (Inherited from System.Windows.FrameworkContentElement) | |
IsMainColumn | Gets or sets a value indicating whether the column is a grid's main (primary) column. | |
IsMouseCaptured | (Inherited from System.Windows.FrameworkContentElement) | |
IsMouseCaptureWithin | (Inherited from System.Windows.FrameworkContentElement) | |
IsMouseDirectlyOver | (Inherited from System.Windows.FrameworkContentElement) | |
IsMouseOver | (Inherited from System.Windows.FrameworkContentElement) | |
IsSealed | (Inherited from System.Windows.FrameworkContentElement) | |
IsStylusCaptured | (Inherited from System.Windows.FrameworkContentElement) | |
IsStylusCaptureWithin | (Inherited from System.Windows.FrameworkContentElement) | |
IsStylusDirectlyOver | (Inherited from System.Windows.FrameworkContentElement) | |
IsStylusOver | (Inherited from System.Windows.FrameworkContentElement) | |
Language | (Inherited from System.Windows.FrameworkContentElement) | |
MaxWidth | Gets or sets the maximum width of the column, in device-independent units (1/96th inch per unit). | |
MinWidth | Gets or sets the minimum width of the column, in device-independent units (1/96th inch per unit). | |
Name | (Inherited from System.Windows.FrameworkContentElement) | |
OverrideReadOnlyForInsertion | Gets or sets a value indicating whether an InsertionRow can be edited regardless of the value of the ReadOnly property. | |
OverridesDefaultStyle | (Inherited from System.Windows.FrameworkContentElement) | |
Parent | (Inherited from System.Windows.FrameworkContentElement) | |
ParentMergedColumn | Gets or sets the MergedColumn to which a column is attached as a child | |
ReadOnly | Gets or sets a value indicating whether the content of the cells in the column can be edited. | |
Resources | (Inherited from System.Windows.FrameworkContentElement) | |
ShowInColumnChooser | Gets or sets a value indicating if the title of the column appears in the column chooser context menu, allowing its visibility to be changed at run time by the end user. | |
SortDirection | Gets a value indicating the direction in which the values contained in the column are sorted. | |
SortDirectionCycle | Gets or sets the sort directions through which the column will cycle when its associated column-manager cell or group-by item is pressed. | |
SortIndex | Gets the sort index of the column. | |
Style | (Inherited from System.Windows.FrameworkContentElement) | |
Tag | (Inherited from System.Windows.FrameworkContentElement) | |
TemplatedParent | (Inherited from System.Windows.FrameworkContentElement) | |
TextTrimming | Gets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area. | |
TextWrapping | Gets or sets a value indicating how textual content should be wrapped. | |
Title | Gets or sets the data displayed in a column's corresponding ColumnManagerCell and/or GroupByItem. | |
TitleTemplate | Gets or sets the DataTemplate used to display the Title's content. | |
TitleTemplateSelector | Gets or sets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic. | |
ToolTip | (Inherited from System.Windows.FrameworkContentElement) | |
TouchesCaptured | (Inherited from System.Windows.FrameworkContentElement) | |
TouchesCapturedWithin | (Inherited from System.Windows.FrameworkContentElement) | |
TouchesDirectlyOver | (Inherited from System.Windows.FrameworkContentElement) | |
TouchesOver | (Inherited from System.Windows.FrameworkContentElement) | |
Visible | Gets or sets a value indicating whether the column is visible. | |
VisiblePosition | Gets or sets the visible position of the column. | |
Width | Gets or sets the width of the column, in device-independent units (1/96th inch per unit). |
Name | Description | |
---|---|---|
DefaultStyleKey | (Inherited from System.Windows.FrameworkContentElement) | |
IsEnabledCore | (Inherited from System.Windows.FrameworkContentElement) | |
LogicalChildren | (Inherited from System.Windows.FrameworkContentElement) |
Name | Description | |
---|---|---|
ShowDialog | Overloaded. |