Back to Devexpress

PropertyEditor.IsCaptionVisible Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-33dfb47c.md

latest1.6 KB
Original Source

PropertyEditor.IsCaptionVisible Property

Indicates whether the caption of the current Property Editor should be visible in a UI.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public override bool IsCaptionVisible { get; }
vb
Public Overrides ReadOnly Property IsCaptionVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

When the layout manager creates a layout item, it gets this property to determine whether a caption should be displayed for the current Property Editor.

This property returns true. However, it can be overridden in the PropertyEditor class’ descendants.

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace