Back to Devexpress

LayoutViewCardCaptionImageEventArgs Class

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

latest1.8 KB
Original Source

LayoutViewCardCaptionImageEventArgs Class

Provides data for the LayoutView.CustomCardCaptionImage event.

Namespace : DevExpress.XtraGrid.Views.Layout.Events

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class LayoutViewCardCaptionImageEventArgs :
    CardCaptionImageEventArgs
vb
Public Class LayoutViewCardCaptionImageEventArgs
    Inherits CardCaptionImageEventArgs

LayoutViewCardCaptionImageEventArgs is the data class for the following events:

Inheritance

Object EventArgs CardCaptionImageEventArgs LayoutViewCardCaptionImageEventArgs

See Also

LayoutViewCardCaptionImageEventArgs Members

CustomCardCaptionImage

DevExpress.XtraGrid.Views.Layout.Events Namespace