4.361 GridViewColumn

x:Object > DependencyObject > GridViewColumn
GridViewColumn
(usage)
<GridViewColumn> x:Object </GridViewColumn>
(description)
Represents a column that displays data.
(used by)
GridViewColumnCollection
[content property]
Header
(properties)
ActualWidth
x:Double
(description)
The actual width of a GridViewColumn.
CellTemplate
DataTemplate
(description)
The template to use to display the contents of a column cell.
CellTemplateSelector
DataTemplateSelector
(description)
A DataTemplateSelector that determines the template to use to display cells in a column.
DisplayMemberBinding
BindingBase
(description)
The data item to bind to for this column.
Header
x:Object
(description)
The content of the header of a GridViewColumn.
HeaderContainerStyle
Style
(description)
The style to use for the header of the GridViewColumn.
HeaderStringFormat
x:String
(description)
A composite string that specifies how to format the Header property if it is displayed as a string.
HeaderTemplate
DataTemplate
(description)
The template to use to display the content of the column header.
HeaderTemplateSelector
DataTemplateSelector
(description)
The DataTemplateSelector that provides logic to select the template to use to display the column header.
Width
x:Double
(description)
The width of the column.
[text syntax]
LengthSyntax