GridColumnHeaderType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class GridColumnHeaderType
public enum GridColumnHeaderType
type GridColumnHeaderType =
Public Enum GridColumnHeaderType
- Inheritance
-
GridColumnHeaderType
Fields
Name | Value | Description |
---|---|---|
Text | 0 | |
Bitmap | 1 | |
TextAndBitmap | 2 | |
CheckBox | 3 | |
TextAndCheckBox | 4 |