Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public override bool IsCaptionVisible { get; }

#Property Value

Type Description
Boolean

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

#Remarks

When the layout manager (either in a Windows Forms 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 Property Editor.

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

See Also