Column Class Members
See Also  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 ConstructorColumn ConstructorOverloaded. Initializes a new instance of the Column class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ActualWidthPropertyIdentifies the ActualWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)AutoFilterControlStylePropertyIdentifies the AutoFilterControlStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellContentTemplatePropertyIdentifies the CellContentTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellContentTemplateSelectorPropertyIdentifies the CellContentTemplateSelector dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellEditorDisplayConditionsPropertyIdentifies the CellEditorDisplayConditions dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellEditorPropertyIdentifies the CellEditor dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellErrorStylePropertyIdentifies the CellErrorStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)FieldNamePropertyIdentifies the FieldName dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupConfigurationPropertyIdentifies the GroupConfiguration dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupDescriptionPropertyIdentifies the GroupDescription dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupValueTemplatePropertyIdentifies the GroupValueTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupValueTemplateSelectorPropertyIdentifies the GroupValueTemplateSelector dependency property.  
Public Fieldstatic (Shared in Visual Basic)HasFixedWidthPropertyIdentifies the HasFixedWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)HasValidationErrorPropertyIdentifies the HasValidationError dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsFirstVisiblePropertyIdentifies the IsFirstVisible dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsLastVisiblePropertyIdentifier the IsLastVisible dependency property.  
Public Fieldstatic (Shared in Visual Basic)MaxWidthPropertyIdentifies the MaxWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)MinWidthPropertyIdentifies the MinWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)ReadOnlyPropertyIdentifies the ReadOnly dependency property.  
Public Fieldstatic (Shared in Visual Basic)SortDirectionPropertyIdentifies the SortDirection dependency property.  
Public Fieldstatic (Shared in Visual Basic)SortIndexPropertyIdentifies the SortIndex dependency property.  
Public Fieldstatic (Shared in Visual Basic)TextTrimmingPropertyIdentifies the TextTrimming dependency property.  
Public Fieldstatic (Shared in Visual Basic)TextWrappingPropertyIdentifies the TextWrapping dependency property.  
Public Fieldstatic (Shared in Visual Basic)TitlePropertyIdentifies the Title dependency property.  
Public Fieldstatic (Shared in Visual Basic)TitleTemplatePropertyIdentifies the TitleTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)TitleTemplateSelectorPropertyIdentifies the TitleTemplateSelector dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisiblePositionPropertyIdentifies the VisiblePosition dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisiblePropertyIdentifies the Visible dependency property.  
Public Fieldstatic (Shared in Visual Basic)WidthPropertyIdentifies the Width dependency property.  
Top

Public Properties

 NameDescription
Public PropertyActualWidthGets the actual width of the column considering the Width, MinWidth, and MaxWidth properties.  
Public PropertyAutoFilterControlStyleGets or sets the style that will be used by the column's associated AutoFilterControl. This feature is available only in the Professional Edition  
Public PropertyCellContentTemplateGets or sets the DataTemplate used to display the cells' content.  
Public PropertyCellContentTemplateSelectorGets or sets a DataTemplateSelector that provides a way to apply a different CellContentTemplate based on custom logic.  
Public PropertyCellEditorGets 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 PropertyCellEditorDisplayConditionsGets or sets a value indicating under what conditions the editors for the cells contained in the column are displayed.  
Public PropertyCellErrorStyleGets or sets the style that will be used by the cells contained in the column when their content fails the validation process.  
Public PropertyCellValidationRulesGets the list of CellValidationRules against which the content of the cells contained in the column are validated before they exist edit mode.  
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayMemberBindingInfoGets or sets the binding information between a column and its corresponding field in the underlying data source.  
Public PropertyFieldNameGets or sets the case-sensitive field name that uniquely identifies the column in a grid's column collection.  
Public PropertyGroupConfigurationGets or sets the group configuration that will be applied to the groups that are created from the values of this column.  
Public PropertyGroupDescriptionGets or sets the group description that is used whenever groups are created according to the values of this column.  
Public PropertyGroupValueTemplateGets 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 PropertyGroupValueTemplateSelectorGets or sets a DataTemplateSelector that provides a way to apply a different GroupValueTemplates based on custom logic.  
Public PropertyHasFixedWidthGets a value indicating whether the column has a fixed width.  
Public PropertyHasValidationErrorGets a value indicating whether the content of one of the cells contained in the column failed the validation process.  
Public PropertyIndexGets the index of the column in a grid's Column collection.  
Public PropertyIsFirstVisibleGets a value indicating whether the column is the first visible column in a grid's.  
Public PropertyIsLastVisibleGets a value indicating whether the column is the last visible column in a grid.  
Public PropertyIsMainColumnGets or sets a value indicating whether the column is a grid's main (primary) column.  
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyMaxWidthGets or sets the maximum width of the column, in device-independent units (1/96th inch per unit).  
Public PropertyMinWidthGets or sets the minimum width of the column, in device-independent units (1/96th inch per unit).  
Public PropertyReadOnlyGets or sets a value indicating whether the content of the cells in the column can be edited.  
Public PropertySortDirectionGets a value indicating the direction in which the values contained in the column are sorted.  
Public PropertySortIndexGets the sort index of the column.  
Public PropertyTextTrimmingGets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area.  
Public PropertyTextWrappingGets or sets a value indicating how textual content should be wrapped.  
Public PropertyTitleGets or sets the data displayed in a column's corresponding ColumnManagerCell and/or GroupByItem.  
Public PropertyTitleTemplateGets or sets the DataTemplate used to display the Title's content.  
Public PropertyTitleTemplateSelectorGets or sets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic.  
Public PropertyVisibleGets or sets a value indicating whether the column is visible.  
Public PropertyVisiblePositionGets or sets the visible position of the column.  
Public PropertyWidthGets or sets the width of the column, in device-independent units (1/96th inch per unit).  
Top

Public Methods

 NameDescription
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetFittedWidthRetrieves the fitted width of the column, in device-independent units (1/96th inch per unit).  
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChangedOverloaded. Raises the PropertyChanged event.  
Protected MethodShouldSerializeProperty (Inherited from System.Windows.DependencyObject)
Top

Public Events

 NameDescription
Public EventPropertyChangedRaised when the value of a property changes.  
Top

See Also