Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelLayoutElementWithCaptionOptions.ShowCaption Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.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