DataGridColumn Properties
Silverlight
The DataGridColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActualWidth | Gets the current width of the column in pixels. |
|
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. |
|
CellStyle | Gets or sets the style that is used when rendering cells in the column. |
|
ClipboardContentBinding | Gets or sets the binding that provides access to cell contents for clipboard operations. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
DisplayIndex | Gets or sets the display position of the column relative to the other columns in the DataGrid. |
|
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. |
|
HeaderStyle | Gets or sets the style 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. |
|
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. |
|
Width | Gets or sets the column width or an automatic sizing mode. |