GridView 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 GridView type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowsColumnReorder | Gets or sets whether columns in a GridView can be reordered by a drag-and-drop operation. |
|
ColumnHeaderContainerStyle | Gets or sets the style to apply to column headers. |
|
ColumnHeaderContextMenu | Gets or sets a ContextMenu for the GridView. |
|
ColumnHeaderStringFormat | Gets or sets a composite string that specifies how to format the column headers of the GridView if they are displayed as strings. |
|
ColumnHeaderTemplate | Gets or sets a template to use to display the column headers. |
|
ColumnHeaderTemplateSelector | Gets or sets the selector object that provides logic for selecting a template to use for each column header. |
|
ColumnHeaderToolTip | Gets or sets the content of a tooltip that appears when the mouse pointer pauses over one of the column headers. |
|
Columns | Gets the collection of GridViewColumn objects that is defined for this GridView. |
|
DefaultStyleKey | Gets the reference for the default style for the GridView. (Overrides ViewBase.DefaultStyleKey.) |
|
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.) |
|
GridViewItemContainerStyleKey | Gets the key that references the style that is defined for each ListViewItem in a GridView. |
|
GridViewScrollViewerStyleKey | Gets the key that references the style that is defined for the ScrollViewer control that encloses the content that is displayed by a GridView. |
|
GridViewStyleKey | Gets the key that references the style that is defined for the GridView. |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
ItemContainerDefaultStyleKey | Gets the reference to the default style for the container of the data items in the GridView. (Overrides ViewBase.ItemContainerDefaultStyleKey.) |