Defines the state or role of a GridViewColumnHeader control.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum GridViewColumnHeaderRole |
| Visual Basic |
|---|
Public Enumeration GridViewColumnHeaderRole |
| Visual C++ |
|---|
public enum class GridViewColumnHeaderRole |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | The column header displays above its associated column. | |
| Padding | 1 | The column header is the last header in the row of column headers and is used for padding. |