Back to Devexpress

LayoutViewCardCaptionImageEventArgs.CaptionImageLocation Property

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

latest1.9 KB
Original Source

LayoutViewCardCaptionImageEventArgs.CaptionImageLocation Property

Gets or sets the relative position of an image within a card’s caption.

Namespace : DevExpress.XtraGrid.Views.Layout.Events

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GroupElementLocation CaptionImageLocation { get; set; }
vb
Public Property CaptionImageLocation As GroupElementLocation

Property Value

TypeDescription
GroupElementLocation

A GroupElementLocation value that specifies the image’s position.

|

Available values:

NameDescription
Default

Specifies the default position of an element relative to a text label. Currently, the Default option is equivalent to the BeforeText option.

| | BeforeText |

Displays an element before a text label.

| | AfterText |

Displays an element after a text label.

|

See Also

LayoutViewCardCaptionImageEventArgs Class

LayoutViewCardCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Layout.Events Namespace