Back to Devexpress

TdxCustomLayoutItemCaptionOptions.Visible Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitemcaptionoptions-3f9e9d5a.md

latest1.2 KB
Original Source

TdxCustomLayoutItemCaptionOptions.Visible Property

Specifies if the caption of a layout item or group is visible.

Declaration

delphi
property Visible: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to False to hide the caption of a layout item or group.

Note

If a layout group’s ShowBorder property is set to False , the group’s CaptionOptions. Visible property value is ignored.

The Visible property’s default value is True.

See Also

TdxCustomLayoutItemCaptionOptions Class

TdxCustomLayoutItemCaptionOptions Members

dxLayoutContainer Unit