IModelLayoutElementWithCaptionOptions.ShowCaption Property
Specifies whether to show the caption specified by the IModelLayoutElementWithCaption.Caption property.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, to show the caption specified by the Caption property; false, to hide the caption. |
See Also