Describes GridControl elements
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public enum HitTestInfo |
Visual Basic |
---|
Public Enumeration HitTestInfo |
Visual C++ |
---|
public enum class HitTestInfo |
F# |
---|
type HitTestInfo |
Members
Member name | Value | Description | |
---|---|---|---|
OutsideGrid | 0 | Element is outside of the client area of GridControl | |
Cell | 1 | Cell element | |
RowSelector | 2 | Row selector | |
RowSeparator | 3 | Separator between two row selectors | |
RowHierarchicalIndent | 4 | Space between row selector and first cell | |
RowEmptyFar | 5 | Space after the last cell | |
ExpansionButton | 6 | Space for expansion (+/-) button | |
EmptyBottom | 7 | Space below the last row | |
HeaderSelector | 8 | Space on the left of header | |
HeaderGroupPanel | 9 | Grouping panel in header | |
HeaderHierarchicalIndent | 10 | Space between HeaderSelector and the first column. | |
HeaderEmptyFar | 11 | Space after last column | |
Column | 12 | A Column | |
ColumnSeparator | 13 | Separator between two Columns | |
CellVerticalSeparator | 14 | Vertical separator between two Cells | |
CellHorizontalSeparator | 15 | Horizontal separator between two Cells | |
GroupRow | 16 | A group Row | |
GroupedColumn | 17 | A Column on the group panel | |
ColumnFilterIcon | 18 | A filter icon in the Column |