Enum DataGridHeadersVisibility
Determines whether the row/column headers are shown or not.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
[Flags]
public enum DataGridHeadersVisibility
Fields
Name | Description |
---|---|
All | Show Row, Column, and Corner Headers |
Column | Show only Column Headers with top-right corner Header |
None | Don’t show any Headers |
Row | Show only Row Headers with bottom-left corner |