The following tables list the members exposed by Column.
| Name | Description | |
|---|---|---|
![]() | Column Constructor | Overloaded. Initializes a new instance of the Column class. |
| Name | Description | |
|---|---|---|
![]() ![]() | ActualWidthProperty | Identifies the ActualWidth dependency property. |
![]() ![]() | AutoFilterControlStyleProperty | Identifies the AutoFilterControlStyle dependency property. |
![]() ![]() | CellContentTemplateProperty | Identifies the CellContentTemplate dependency property. |
![]() ![]() | CellContentTemplateSelectorProperty | Identifies the CellContentTemplateSelector dependency property. |
![]() ![]() | CellEditorDisplayConditionsProperty | Identifies the CellEditorDisplayConditions dependency property. |
![]() ![]() | CellEditorProperty | Identifies the CellEditor dependency property. |
![]() ![]() | CellErrorStyleProperty | Identifies the CellErrorStyle dependency property. |
![]() ![]() | FieldNameProperty | Identifies the FieldName dependency property. |
![]() ![]() | GroupConfigurationProperty | Identifies the GroupConfiguration dependency property. |
![]() ![]() | GroupDescriptionProperty | Identifies the GroupDescription dependency property. |
![]() ![]() | GroupValueTemplateProperty | Identifies the GroupValueTemplate dependency property. |
![]() ![]() | GroupValueTemplateSelectorProperty | Identifies the GroupValueTemplateSelector dependency property. |
![]() ![]() | HasFixedWidthProperty | Identifies the HasFixedWidth dependency property. |
![]() ![]() | HasValidationErrorProperty | Identifies the HasValidationError dependency property. |
![]() ![]() | IsFirstVisibleProperty | Identifies the IsFirstVisible dependency property. |
![]() ![]() | IsLastVisibleProperty | Identifier the IsLastVisible dependency property. |
![]() ![]() | MaxWidthProperty | Identifies the MaxWidth dependency property. |
![]() ![]() | MinWidthProperty | Identifies the MinWidth dependency property. |
![]() ![]() | ReadOnlyProperty | Identifies the ReadOnly dependency property. |
![]() ![]() | SortDirectionProperty | Identifies the SortDirection dependency property. |
![]() ![]() | SortIndexProperty | Identifies the SortIndex dependency property. |
![]() ![]() | TextTrimmingProperty | Identifies the TextTrimming dependency property. |
![]() ![]() | TextWrappingProperty | Identifies the TextWrapping dependency property. |
![]() ![]() | TitleProperty | Identifies the Title dependency property. |
![]() ![]() | TitleTemplateProperty | Identifies the TitleTemplate dependency property. |
![]() ![]() | TitleTemplateSelectorProperty | Identifies the TitleTemplateSelector dependency property. |
![]() ![]() | VisiblePositionProperty | Identifies the VisiblePosition dependency property. |
![]() ![]() | VisibleProperty | Identifies the Visible dependency property. |
![]() ![]() | WidthProperty | Identifies the Width dependency property. |
| Name | Description | |
|---|---|---|
![]() | ActualWidth | Gets the actual width of the column considering the Width, MinWidth, and MaxWidth properties. |
![]() | AutoFilterControlStyle | Gets or sets the style that will be used by the column's associated AutoFilterControl. |
![]() | 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. |
![]() | CellErrorStyle | Gets or sets the style that will be used by the cells contained in the column when their content fails the validation process. |
![]() | CellValidationRules | Gets the list of CellValidationRules against which the content of the cells contained in the column are validated before they exist edit mode. |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | DisplayMemberBindingInfo | Gets or sets the binding information between a column and its corresponding field in the underlying data source. |
![]() | FieldName | Gets or sets the case-sensitive field name that uniquely identifies the column in a grid's column collection. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | IsFirstVisible | Gets a value indicating whether the column is the first visible column in a grid's. |
![]() | IsLastVisible | Gets a value indicating whether the column is the last visible column in a grid. |
![]() | IsMainColumn | Gets or sets a value indicating whether the column is a grid's main (primary) column. |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | 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). |
![]() | ReadOnly | Gets or sets a value indicating whether the content of the cells in the column can be edited. |
![]() | SortDirection | Gets a value indicating the direction in which the values contained in the column are sorted. |
![]() | SortIndex | Gets the sort index of the column. |
![]() | 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. |
![]() | 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 | |
|---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetFittedWidth | Retrieves the fitted width of the column, in device-independent units (1/96th inch per unit). |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | OnPropertyChanged | Overloaded. Raises the PropertyChanged event. |
![]() | ShouldSerializeProperty | (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when the value of a property changes. |
Reference
Column ClassXceed.Wpf.DataGrid Namespace






