GridViewColumn Properties
.NET Framework 4.5
The GridViewColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActualWidth | Gets the actual width of a GridViewColumn. |
|
CellTemplate | Gets or sets the template to use to display the contents of a column cell. |
|
CellTemplateSelector | Gets or sets a DataTemplateSelector that determines the template to use to display cells in a column. |
|
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.) |
|
DisplayMemberBinding | Gets or sets the data item to bind to for this column. |
|
Header | Gets or sets the content of the header of a GridViewColumn. |
|
HeaderContainerStyle | Gets or sets the style to use for the header of the GridViewColumn. |
|
HeaderStringFormat | Gets or sets a composite string that specifies how to format the Header property if it is displayed as a string. |
|
HeaderTemplate | Gets or sets the template to use to display the content of the column header. |
|
HeaderTemplateSelector | Gets or sets the DataTemplateSelector that provides logic to select the template to use to display the column header. |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Width | Gets or sets the width of the column. |