DataGridBoundColumn Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The DataGridBoundColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActualWidth | Gets the current width of the column, in device-independent units (1/96th inch per unit). (Inherited from DataGridColumn.) |
|
Binding | Gets or sets the binding that associates the column with a property in the data source. |
|
CanUserReorder | Gets or sets a value that indicates whether the user can change the column display position by dragging the column header. (Inherited from DataGridColumn.) |
|
CanUserResize | Gets or sets a value that indicates whether the user can adjust the column width by using the mouse. (Inherited from DataGridColumn.) |
|
CanUserSort | Gets or sets a value that indicates whether the user can sort the column by clicking the column header. (Inherited from DataGridColumn.) |
|
CellStyle | Gets or sets the style that is used to render cells in the column. (Inherited from DataGridColumn.) |
|
ClipboardContentBinding | Gets or sets the binding object to use when getting or setting cell content for the clipboard. (Overrides DataGridColumn.ClipboardContentBinding.) |
|
DataGridOwner | Gets the DataGrid control that contains this column. (Inherited from DataGridColumn.) |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
DisplayIndex | Gets or sets the display position of the column relative to the other columns in the DataGrid. (Inherited from DataGridColumn.) |
|
DragIndicatorStyle | Gets or sets the style object to apply to the column header during a drag operation. (Inherited from DataGridColumn.) |
|
EditingElementStyle | Gets or sets the style that is used when rendering the element that the column displays for a cell in editing mode. |
|
ElementStyle | Gets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode. |
|
Header | Gets or sets the content of the column header. (Inherited from DataGridColumn.) |
|
HeaderStringFormat | Gets or sets the format pattern to apply to the content of the column header. (Inherited from DataGridColumn.) |
|
HeaderStyle | Gets or sets the style that is used when rendering the column header. (Inherited from DataGridColumn.) |
|
HeaderTemplate | Gets or sets the template that defines the visual representation of the column header. (Inherited from DataGridColumn.) |
|
HeaderTemplateSelector | Gets or sets the object that selects which template to use for the column header. (Inherited from DataGridColumn.) |
|
IsAutoGenerated | Gets a value that indicates whether the column is auto-generated. (Inherited from DataGridColumn.) |
|
IsFrozen | Gets a value that indicates whether the column is prevented from scrolling horizontally. (Inherited from DataGridColumn.) |
|
IsReadOnly | Gets or sets a value that indicates whether cells in the column can be edited. (Inherited from DataGridColumn.) |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
MaxWidth | Gets or sets the maximum width constraint of the column. (Inherited from DataGridColumn.) |
|
MinWidth | Gets or sets the minimum width constraint of the column. (Inherited from DataGridColumn.) |
|
SortDirection | Gets or sets the sort direction (ascending or descending) of the column. (Inherited from DataGridColumn.) |
|
SortMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. (Inherited from DataGridColumn.) |
|
Visibility | Gets or sets the visibility of the column. (Inherited from DataGridColumn.) |
|
Width | Gets or sets the column width or automatic sizing mode. (Inherited from DataGridColumn.) |