Skip to main content
A newer version of this page is available. .

IModelLayoutElementWithCaptionOptions.ShowCaption Property

Specifies whether to show the caption specified by the IModelLayoutElementWithCaption.Caption property.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

bool? ShowCaption { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to show the caption specified by the Caption property; false, to hide the caption.

See Also