Xceed Toolkit Plus for WPF v4.7 Documentation
ColumnBase Class Properties


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

For a list of all members of this type, see ColumnBase members.

Public Properties
 NameDescription
Public PropertyGets the actual width of the column considering the Width, MinWidth, and MaxWidth properties.  
Public PropertyGets or sets a value indicating whether the data items in a grid can be grouped according to the values of the column.  
Public PropertyGets or sets a value indicating whether the data items in a grid can be sorted according to the values of the column.  
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.  
Public Property (Inherited from System.Windows.Freezable)
Public Property  
Public PropertyGets or sets the DataTemplate used to display the cells' content.  
Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different CellContentTemplate based on custom logic.  
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.  
Public PropertyGets or sets a value indicating under what conditions the editors for the cells contained in the column are displayed.  
Public Property  
Public PropertyGets or sets the style that will be used by the cells contained in the column when their content fails the validation process.  
Public PropertyGets or sets a value representing the horizontal content alignment of cells contained in the column.  
Public Property  
Public PropertyGets the list of CellValidationRules against which the content of the cells contained in the column are validated before they exist edit mode.  
Public PropertyGets or sets a value representing the vertical content alignment of cells contained in the column.  
Public PropertyGets the column's parent data-grid control.  
Public Property  
Public Property (Inherited from System.Windows.DependencyObject)
Public Property  
Public Property (Inherited from System.Windows.Threading.DispatcherObject)
Public Property  
Public Property  
Public Property  
Public Property  
Public PropertyGets or sets the case-sensitive field name that uniquely identifies the column in a grid's column collection.  
Public PropertyGets or sets the group configuration that will be applied to the groups that are created from the values of this column.  
Public PropertyGets or sets the group description that is used whenever groups are created according to the values of this column.  
Public Property  
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.  
Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different GroupValueTemplates based on custom logic.  
Public PropertyGets a value indicating whether the column has a fixed width.  
Public PropertyGets a value indicating whether the content of one of the cells contained in the column failed the validation process.  
Public PropertyGets the index of the column in a grid's Column collection.  
Public PropertyGets a value indicating whether the column is the first visible column in a grid's.  
Public Property (Inherited from System.Windows.Freezable)
Public PropertyGets a value indicating whether the column is the last visible column in a grid.  
Public PropertyGets or sets a value indicating whether the column is a grid's main (primary) column.  
Public Property (Inherited from System.Windows.DependencyObject)
Public PropertyGets or sets the maximum width of the column, in device-independent units (1/96th inch per unit).  
Public PropertyGets or sets the minimum width of the column, in device-independent units (1/96th inch per unit).  
Public PropertyGets or sets a value indicating whether an InsertionRow can be edited regardless of the value of the ReadOnly property.  
Public PropertyGets or sets a value indicating whether the content of the cells in the column can be edited.  
Public PropertyGets a value indicating the direction in which the values contained in the column are sorted.  
Public Property  
Public PropertyGets the sort index of the column.  
Public PropertyGets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area.  
Public PropertyGets or sets a value indicating how textual content should be wrapped.  
Public PropertyGets or sets the data displayed in a column's corresponding ColumnManagerCell and/or GroupByItem.  
Public PropertyGets or sets the DataTemplate used to display the Title's content.  
Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic.  
Public PropertyGets or sets a value indicating whether the column is visible.  
Public PropertyGets or sets the visible position of the column.  
Public PropertyGets or sets the width of the column, in device-independent units (1/96th inch per unit).  
Top
See Also

Reference

ColumnBase Class
Xceed.Wpf.DataGrid Namespace