Name | Description | |
---|---|---|
![]() | Column Constructor |
The following tables list the members exposed by Column.
Name | Description | |
---|---|---|
![]() | Column Constructor |
Name | Description | |
---|---|---|
![]() ![]() | ForeignKeyConfigurationProperty | Identifies the ForeignKeyConfiguration dependency property. |
Name | Description | |
---|---|---|
![]() | ActualWidth | Gets the actual width of the column considering the Width, MinWidth, and MaxWidth properties. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | AllowGroup | Overridden. Gets or sets a value indicating if the values in the column can be grouped. |
![]() | AllowSort | Overridden. Gets or sets a value indicating if the values in the column can be sorted. |
![]() | CanBeCurrentWhenReadOnly | Gets 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 Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CanFreeze | (Inherited from System.Windows.Freezable) |
![]() | CellContentStringFormat | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellContentTemplate | Gets or sets the DataTemplate used to display the cells' content. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellContentTemplateSelector | Gets or sets a DataTemplateSelector that provides a way to apply a different CellContentTemplate based on custom logic. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | 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. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellEditorDisplayConditions | Gets or sets a value indicating under what conditions the editors for the cells contained in the column are displayed. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellEditorSelector | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellErrorStyle | Gets or sets the style that will be used by the cells contained in the column when their content fails the validation process. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellHorizontalContentAlignment | Gets or sets a value representing the horizontal content alignment of cells contained in the column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellRecyclingGroup | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellValidationRules | Gets the list of CellValidationRules against which the content of the cells contained in the column are validated before they exist edit mode. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | CellVerticalContentAlignment | Gets or sets a value representing the vertical content alignment of cells contained in the column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | DataGridControl | Gets the column's parent data-grid control. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | DefaultCulture | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Description | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | DisplayedValueConverter | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | DisplayedValueConverterCulture | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | DisplayedValueConverterParameter | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | DisplayMemberBindingInfo | Gets or sets the binding information between a column and its corresponding field in the underlying data source. |
![]() | DraggableStatus | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | FieldName | Gets or sets the case-sensitive field name that uniquely identifies the column in a grid's column collection. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | ForeignKeyConfiguration | Gets or sets a ForeignKeyConfiguration through which the visual representation of a foreign key description can be configured. |
![]() | GroupConfiguration | Gets or sets the group configuration that will be applied to the groups that are created from the values of this column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | GroupDescription | Gets or sets the group description that is used whenever groups are created according to the values of this column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | GroupValueStringFormat | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | 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. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | GroupValueTemplateSelector | Gets or sets a DataTemplateSelector that provides a way to apply a different GroupValueTemplates based on custom logic. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | HasFixedWidth | Gets a value indicating whether the column has a fixed width. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | HasValidationError | Gets a value indicating whether the content of one of the cells contained in the column failed the validation process. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | Index | Gets the index of the column in a grid's Column collection. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | IsAutoCreated | |
![]() | IsFirstVisible | Gets a value indicating whether the column is the first visible column in a grid's. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | IsFrozen | (Inherited from System.Windows.Freezable) |
![]() | IsLastVisible | Gets a value indicating whether the column is the last visible column in a grid. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | IsMainColumn | Gets or sets a value indicating whether the column is a grid's main (primary) column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | 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). (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | MinWidth | Gets or sets the minimum width of the column, in device-independent units (1/96th inch per unit). (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | OverrideReadOnlyForInsertion | Gets or sets a value indicating whether an InsertionRow can be edited regardless of the value of the ReadOnly property. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | ReadOnly | Gets or sets a value indicating whether the content of the cells in the column can be edited. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | SortDirection | Gets a value indicating the direction in which the values contained in the column are sorted. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | SortDirectionCycle | (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | SortIndex | Gets the sort index of the column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | TextTrimming | Gets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | TextWrapping | Gets or sets a value indicating how textual content should be wrapped. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | Title | Gets or sets the data displayed in a column's corresponding ColumnManagerCell and/or GroupByItem. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | TitleTemplate | Gets or sets the DataTemplate used to display the Title's content. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | TitleTemplateSelector | Gets or sets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | Visible | Gets or sets a value indicating whether the column is visible. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | VisiblePosition | Gets or sets the visible position of the column. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
![]() | Width | Gets or sets the width of the column, in device-independent units (1/96th inch per unit). (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |
Name | Description | |
---|---|---|
![]() | Changed | (Inherited from System.Windows.Freezable) |
![]() | PropertyChanged | Raised when the value of a property changes. (Inherited from Xceed.Wpf.DataGrid.ColumnBase) |