TdxNavBarGroupViewInfo.IsCaptionVisible Method
Returns a value indicating whether the caption is visible within the group header.
Declaration
function IsCaptionVisible: 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 caption text.
See Also