Skip to main content

LayoutViewCardCaptionImageEventArgs.CaptionImageVisible Property

Gets or sets whether the image in a card’s caption is visible.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public bool CaptionImageVisible { get; set; }

Property Value

Type Description
Boolean

true if the caption image is visible; otherwise, false.

See Also