Back to Devexpress

LayoutViewCardCaptionImageEventArgs.CaptionImageVisible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-events-dot-layoutviewcardcaptionimageeventargs-69811b87.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
public bool CaptionImageVisible { get; set; }
vb
Public Property CaptionImageVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

LayoutViewCardCaptionImageEventArgs Class

LayoutViewCardCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Layout.Events Namespace