GridView::ColumnHeaderContextMenu Property
.NET Framework (current version)
Gets or sets a ContextMenu for the GridView.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ContextMenu^ ColumnHeaderContextMenu { ContextMenu^ get(); void set(ContextMenu^ value); }
Property Value
Type: System.Windows.Controls::ContextMenu^The ContextMenu for the column headers in a GridView. The default value is null.
This property represents one of several ways to lay out and style column headers. For more information, see GridView Column Header Styles and Templates Overview.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Available since 3.0
Show: