Skip to main content

StaticImage.IsCaptionVisible Property

Indicates whether the StaticImage.Caption of the current View Item should be visible.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override 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 creates a layout item, it gets this property to determine whether XAF should display a caption for the current View Item.

See Also