Xceed DataGrid for Silverlight Documentation
Column Class Members
Fields  Properties  Methods  Events


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)AllowFilterPropertyIdentifies the AllowFilter dependency property.  
Public Fieldstatic (Shared in Visual Basic)AllowGroupPropertyIdentifies the AllowGroup dependency property.  
Public Fieldstatic (Shared in Visual Basic)AllowResizePropertyIdentifies the AllowResize dependency property.  
Public Fieldstatic (Shared in Visual Basic)AllowSortProperty

Identifies the AllowSort dependency property.

 
Public Fieldstatic (Shared in Visual Basic)CellContentStylePropertyIdentifies the CellContentStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellContentTemplatePropertyIdentifies the CellContentTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellEditorDisplayConditionsPropertyIdentifies the CellEditorDisplayConditions dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellEditorStylePropertyIdentifies the CellEditorStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellEditorTemplatePropertyIdentifies the CellEditorTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellHorizontalContentAlignmentPropertyIdentifies the CellHorizontalContentAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellStylePropertyIdentifies the CellStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellVerticalContentAlignmentPropertyIdentifies the CellVerticalContentAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnBackgroundControlStylePropertyIdentifies the ColumnBackgroundControlStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnManagerCellStylePropertyIdentifies the ColumnManagerCellStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)EditTriggersPropertyIdentifies the EditTriggers dependency property.  
Public Fieldstatic (Shared in Visual Basic)FilterCellStylePropertyIdentifies the FilterCellStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupDescriptionPropertyIdentifies the GroupDescription dependency property.  
Public Fieldstatic (Shared in Visual Basic)InsertionCellStylePropertyIdentifies the InsertionCellStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ReadOnlyPropertyIdentifies the ReadOnly dependency property.  
Public Fieldstatic (Shared in Visual Basic)SortBindingInfoPropertyIdentifies the SortBindingInfo dependency property.  
Public Fieldstatic (Shared in Visual Basic)SortDirectionPropertyIdentifies the SortDirection dependency property.  
Public Fieldstatic (Shared in Visual Basic)TextTrimmingPropertyIdentifies the TextTrimming 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)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.  
Public PropertyAllowFilterGets or sets a value indicating whether the values of the column can be filtered using a FilterRow.  
Public PropertyAllowGroupGets or sets a value indicating whether the data items in a grid can be grouped according to the values of the column through end-user interaction.  
Public PropertyAllowResizeGets or sets a value indicating whether the column can be resized through end-user interaction.  
Public PropertyAllowSortGets or sets a value indicating whether the data items in a grid can be sorted according to the values of the column through end-user interaction.  
Public PropertyCellContentStyleGets or sets the style that will be used to display the cells' content.  
Public PropertyCellContentTemplateGets or sets the DataTemplate used to display the content of the cells in the column.  
Public PropertyCellEditorDisplayConditionsGets or sets a value indicating under what conditions cell editors are displayed.  
Public PropertyCellEditorStyleGets or sets the style to be applied to the column's cell editors.  
Public PropertyCellEditorTemplateGets or sets the DataTemplate that will be used to edit the content of the column's cells.  
Public PropertyCellHorizontalContentAlignmentGets or sets a value representing the horizontal content alignment of the cells contained in the column.  
Public PropertyCellStyleGets or sets the style to apply to the column's cells.  
Public PropertyCellVerticalContentAlignmentGets or sets a value representing the vertical content alignment of the cells contained in the column.  
Public PropertyColumnBackgroundControlStyleGets or sets the style that will be applied to the column-background control associated with the column.  
Public PropertyColumnManagerCellStyleGets or sets the style that will be applied to all column-manager cells associated with the column.  
Public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
Public PropertyDisplayMemberBindingInfoGets or sets the binding information between a column and its corresponding field in the underlying data source.  
Public PropertyEditTriggersGets or sets a value indicating what triggers place a grid in edit mode.  
Public PropertyFieldNameGets or sets the case-sensitive field name that uniquely identifies the field in the data item from which to create the column.  
Public PropertyFilterCellStyleGets or sets the style that will be applied to any and all filter cells associated with the column.  
Public PropertyGroupDescriptionGets or sets the group description that is used whenever groups are created according to the values of the column.  
Public PropertyInsertionCellStyleGets or sets the style that will be applied to all insertion cells associated with the column.  
Public PropertyMaxWidthGets or sets the maximum width of the column.  
Public PropertyMinWidthThe minimum width of the column.  
Public PropertyReadOnlyGets or sets a value indicating whether the content of the cells in the column can be edited.  
Public PropertySortBindingInfoGets or sets the name of the sub-property whose values will be used to sort the cells in the column.  
Public PropertySortDirectionGets or sets a value indicating the direction in which the values contained in the column are sorted.  
Public PropertyTextTrimmingGets or sets a value that indicates the text trimming behavior to use when content overflows the content area.  
Public PropertyTitleGets or sets the column's title.  
Public PropertyTitleTemplateGets or sets the DataTemplate used to display the column's title.  
Public PropertyVisibleGets or sets a value indicating whether the column is visible.  
Public PropertyVisiblePositionGets or sets the column's visible position.  
Public PropertyWidthGets or sets the width of the column.  
Top
Public Methods
 NameDescription
Public MethodClearValue (Inherited from System.Windows.DependencyObject)
Public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Public MethodToStringRetrieves the string representation of the current instance.  
Top
Protected Methods
 NameDescription
Protected MethodRaisePropertyChanged  
Top
Public Events
 NameDescription
Public EventActivatingCellEditorRaised when a cell editor is about to be activated to allow custom settings to be provided.  
Public EventPropertyChangedRaised when the value of a property is changed.  
Top
See Also

Reference

Column Class
Xceed.Silverlight.DataGrid Namespace

Send Feedback