TcxTreeListHitTest.HitAtBandCustomizing Property
In This Article
Indicates whether the test point belongs to the Quick Band Customization button.
#Declaration
Delphi
property HitAtBandCustomizing: Boolean index tlhc_HitAtBandCustomizing read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the point belongs to the Quick Band Customization button. Because this button is displayed within an indicator cell, the HitAtIndicator property also returns True if the HitAtBandCustomizing property returns True.
See Also