Skip to main content

TcxGridLevelOptions.TabsForEmptyDetails Property

Specifies whether tabs in the tab panel should be displayed for empty detail Views.

Declaration

property TabsForEmptyDetails: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to hide tabs for detail Views which don’t display any data (i.e. their ViewData.IsEmpty property returns True). Otherwise, tabs will be displayed for all detail Views.

The default value of the TabsForEmptyDetails property is True.

See Also