Skip to main content
.NET 6.0+

IModelLayoutElementWithCaptionOptions.ShowCaption Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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