Skip to main content
.NET 6.0+

ViewItem.IsCaptionVisible Property

Indicates whether the caption of the current View Item should be visible.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual bool IsCaptionVisible { get; }

Property Value

Type Description
Boolean

true if the current View Item’s caption is visible; otherwise, false.

Remarks

When the layout manager (either in a WinForms or ASP.NET Web Forms application) 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, it can be overridden in the ViewItem class’ descendants.

See Also