Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool CaptionImageVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also