TcxGridViewHitType Enum
In This Article
Enumerates identifiers for grid View elements that can display a popup menu.
#Declaration
Delphi
TcxGridViewHitType = (
gvhtGridNone,
gvhtGridTab,
gvhtNone,
gvhtTab,
gvhtCell,
gvhtExpandButton,
gvhtRecord,
gvhtNavigator,
gvhtPreview,
gvhtColumnHeader,
gvhtColumnHeaderFilterButton,
gvhtFilter,
gvhtFooter,
gvhtFooterCell,
gvhtGroupFooter,
gvhtGroupFooterCell,
gvhtGroupByBox,
gvhtIndicator,
gvhtIndicatorHeader,
gvhtIndicatorBandHeader,
gvhtRowIndicator,
gvhtRowLevelIndent,
gvhtBand,
gvhtBandHeader,
gvhtRowCaption,
gvhtSeparator,
gvhtGroupSummary,
gvhtFindPanel
);
#Members
Name |
---|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
gvht
|
#Remarks
Values include:
Value | Grid View Element |
---|---|
gvht |
Band |
gvht |
Band Header |
gvht |
Cell |
gvht |
Column Header |
gvht |
Column header Filter Drop-Down Button |
gvht |
Expand Button |
gvht |
Filter Panel |
gvht |
Find Panel (the area that is free from panel buttons and the Find box) |
gvht |
Footer |
gvht |
Footer Cell |
gvht |
View Navigator |
gvht |
Root Level Tab Panel |
gvht |
Root Level Tab |
gvht |
Group By Box |
gvht |
Group Footer |
gvht |
Group Footer Cell |
gvht |
Group Summary |
gvht |
Indicator |
gvht |
Column Header Indicator |
gvht |
Band Header Indicator |
gvht |
Indicates that the clicked area is not a grid View element |
gvht |
Preview Section |
gvht |
Record |
gvht |
Card Row Caption |
gvht |
Row Indicator |
gvht |
Row Level Indent |
gvht |
Card Separator |
gvht |
Tab |
See Also