| Name | Description |
 | ActualWidth |
Gets the current width of the column in pixels.
|
 | Background |
Gets or sets the background brush for all cells belong to this column.
|
 | CanUserFilter |
Gets or sets a value that indicates whether the user can filter the data from this column.
|
 | CanUserGroup |
Gets or sets a value that indicates whether the user can group this column.
|
 | CanUserReorder |
Gets or sets a value that indicates whether the user can change the column display position by dragging the column header.
|
 | CanUserResize |
Gets or sets a value that indicates whether the user can adjust the column width using the mouse.
|
 | CanUserSort |
Gets or sets a value that indicates whether the user can sort the column by clicking the column header.
|
 | CellHorizontalAlignment |
Gets or sets the horizontal alignment for all cells belong to this column.
|
 | CellStyle |
Gets or sets the style that is used when rendering cells in the column.
|
 | CellTemplate |
Gets or sets the template that is used when rendering cells in the column.
|
 | CellVerticalAlignment |
Gets or sets the vertical alignment for all cells belong to this column.
|
 | ClipboardContentBinding |
Gets or sets the binding that provides access to cell contents for clipboard operations.
|
 | ColumnFooterCellStyle |
Gets or sets the style that is used when rendering column footer cells in the column.
|
 | ColumnFooterCellTemplate |
Gets or sets the template that is used when rendering column footer cells in the column.
|
 | Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) |
 | DisplayIndex |
Gets or sets the display position of the column relative to the other columns in the UXGridView.
|
 | DragIndicatorStyle |
Gets or sets the style that is used to render the column while it is being dragged.
|
 | Header |
Gets or sets the content of the column header.
|
 | HeaderBinding |
Gets or sets the content of the column header binding.
|
 | HeaderStyle |
Gets or sets the style that is used when rendering the column header.
|
 | HeaderTemplate |
Gets or sets the template that is used when rendering the column header.
|
 | IsAutoGenerated |
Gets a value that indicates whether the column is auto-generated.
|
 | IsFrozen |
Gets a value that indicates whether the column is prevented from scrolling horizontally.
|
 | IsReadOnly |
Gets or sets a value that indicates whether cells in the column can be edited.
|
 | MaxWidth |
Gets or sets the maximum column width in pixels.
|
 | MinWidth |
Gets or sets the minimum column width in pixels.
|
 | OwningGrid |
Gets the owning grid of this column.
|
 | RowGroupFooterCellStyle |
Gets or sets the style that is used when rendering row group footer cells in the column.
|
 | RowGroupFooterCellTemplate |
Gets or sets the template that is used when rendering row group footer cells in the column.
|
 | RowGroupHeaderTemplate |
Gets or sets the template that is used when rendering row group header.
|
 | SortMemberPath |
Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by.
|
 | Visibility |
Gets or sets the visibility of the column.
|
 | VisibilityBinding | |
 | Width |
Gets or sets the column width or automatic sizing mode.
|