Skip to main content

TcxGridViewHitType Enum

Provides identifiers for grid View elements that can display a popup menu.

Declaration

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
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

Remarks

Values include:

Value Grid View Element
gvhtBand Band
gvhtBandHeader Band Header
gvhtCell Cell
gvhtColumnHeader Column Header
gvhtColumnHeaderFilterButton Column Header Filter Dropdown Button
gvhtExpandButton Expand Button
gvhtFilter Filter Panel
gvhtFindPanel Find Panel (the area that is free from panel buttons and the Find box)
gvhtFooter Footer
gvhtFooterCell Footer Cell
gvhtGridNavigator View Navigator
gvhtGridNone Root Level Tab Panel
gvhtGridTab Root Level Tab
gvhtGroupByBox Group By Box
gvhtGroupFooter Group Footer
gvhtGroupFooterCell Group Footer Cell
gvhtGroupSummary Group Summary
gvhtIndicator Indicator
gvhtIndicatorHeader Column Header Indicator
gvhtIndicatorBandHeader Band Header Indicator
gvhtNone Indicates that the clicked area is not a grid View element
gvhtPreview Preview Section
gvhtRecord Record
gvhtRowCaption Card Row Caption
gvhtRowIndicator Row Indicator
gvhtRowLevelIndent Row Level Indent
gvhtSeparator Card Separator
gvhtTab Tab
See Also