ViewItem.IsCaptionVisible Property
Indicates whether the caption of the current View Item should be visible.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
When the layout manager creates a layout item, it gets this property to determine whether a caption should be displayed for the current View Item.
This property returns false. However, you can override it in the ViewItem class’ descendants.
See Also