TdxNavBarGroupViewInfo.IsCaptionSignVisible Method
Indicates whether the group header sign is visible.
Declaration
function IsCaptionSignVisible: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
You can call this function when handling the OnCustomDraw.GroupCaption event. If this function returns False, you don’t need to paint the group header sign.
See Also