Xceed Toolkit Plus for WPF v4.6 Documentation
Column Class Members
Fields  Properties  Methods  Events


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : Column Class

The following tables list the members exposed by Column.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Identifies the ForeignKeyConfiguration dependency property.  
Top
Public Properties
 NameDescription
Public Property

Gets the actual width of the column considering the Width, MinWidth, and MaxWidth properties.

(Inherited from Xceed.Wpf.DataGrid.ColumnBase)
Public PropertyOverridden. Gets or sets a value indicating if the values in the column can be grouped.  
Public PropertyOverridden. Gets or sets a value indicating if the values in the column can be sorted.  
Public PropertyGets or sets a value indicating whether cells in the column can receive focus when the parent column's ReadOnly property is set to true. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets or sets the DataTemplate used to display the cells' content. (Inherited from ColumnBase)
Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different CellContentTemplate based on custom logic. (Inherited from ColumnBase)
Public PropertyGets 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. (Inherited from ColumnBase)
Public PropertyGets or sets a value indicating under what conditions the editors for the cells contained in the column are displayed. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets or sets the style that will be used by the cells contained in the column when their content fails the validation process. (Inherited from ColumnBase)
Public PropertyGets or sets a value representing the horizontal content alignment of cells contained in the column. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets the list of CellValidationRules against which the content of the cells contained in the column are validated before they exist edit mode. (Inherited from ColumnBase)
Public PropertyGets or sets a value representing the vertical content alignment of cells contained in the column. (Inherited from ColumnBase)
Public PropertyGets the column's parent data-grid control. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets or sets the binding information between a column and its corresponding field in the underlying data source.  
Public Property (Inherited from ColumnBase)
Public PropertyGets or sets the case-sensitive field name that uniquely identifies the column in a grid's column collection. (Inherited from ColumnBase)
Public PropertyGets or sets a ForeignKeyConfiguration through which the visual representation of a foreign key description can be configured.  
Public PropertyGets or sets the group configuration that will be applied to the groups that are created from the values of this column. (Inherited from ColumnBase)
Public PropertyGets or sets the group description that is used whenever groups are created according to the values of this column. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets 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. (Inherited from ColumnBase)
Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different GroupValueTemplates based on custom logic. (Inherited from ColumnBase)
Public PropertyGets a value indicating whether the column has a fixed width. (Inherited from ColumnBase)
Public PropertyGets a value indicating whether the content of one of the cells contained in the column failed the validation process. (Inherited from ColumnBase)
Public PropertyGets the index of the column in a grid's Column collection. (Inherited from ColumnBase)
Public Property  
Public PropertyGets a value indicating whether the column is the first visible column in a grid's. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets a value indicating whether the column is the last visible column in a grid. (Inherited from ColumnBase)
Public PropertyGets or sets a value indicating whether the column is a grid's main (primary) column. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets or sets the maximum width of the column, in device-independent units (1/96th inch per unit). (Inherited from ColumnBase)
Public PropertyGets or sets the minimum width of the column, in device-independent units (1/96th inch per unit). (Inherited from ColumnBase)
Public PropertyGets or sets a value indicating whether an InsertionRow can be edited regardless of the value of the ReadOnly property. (Inherited from ColumnBase)
Public PropertyGets or sets a value indicating whether the content of the cells in the column can be edited. (Inherited from ColumnBase)
Public PropertyGets a value indicating the direction in which the values contained in the column are sorted. (Inherited from ColumnBase)
Public Property (Inherited from ColumnBase)
Public PropertyGets the sort index of the column. (Inherited from ColumnBase)
Public Property

Gets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area.

(Inherited from ColumnBase)
Public PropertyGets or sets a value indicating how textual content should be wrapped. (Inherited from ColumnBase)
Public PropertyGets or sets the data displayed in a column's corresponding ColumnManagerCell and/or GroupByItem. (Inherited from ColumnBase)
Public PropertyGets or sets the DataTemplate used to display the Title's content. (Inherited from ColumnBase)
Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic. (Inherited from ColumnBase)
Public PropertyGets or sets a value indicating whether the column is visible. (Inherited from ColumnBase)
Public PropertyGets or sets the visible position of the column. (Inherited from ColumnBase)
Public PropertyGets or sets the width of the column, in device-independent units (1/96th inch per unit). (Inherited from ColumnBase)
Top
Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public MethodRetrieves the fitted width of the column, in device-independent units (1/96th inch per unit). (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public Method (Inherited from ColumnBase)
Public MethodOverloaded.  (Inherited from ColumnBase)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Windows.Freezable)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected MethodOverloaded.  (Inherited from ColumnBase)
Protected MethodOverloaded. Raises the PropertyChanged event using the specified DependencyPropertyChangedEventArgs. (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Internal Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Protected Method (Inherited from ColumnBase)
Top
Public Events
 NameDescription
Public Event (Inherited from System.Windows.Freezable)
Public EventRaised when the value of a property changes. (Inherited from ColumnBase)
Top
See Also

Reference

Column Class
Xceed.Wpf.DataGrid Namespace

DataGrid Fundamentals

Column_Class.html