Back to Devexpress

LayoutViewFieldCaptionImageEventArgs Class

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

latest1.9 KB
Original Source

LayoutViewFieldCaptionImageEventArgs Class

Provides data for the LayoutView.CustomFieldCaptionImage 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 LayoutViewFieldCaptionImageEventArgs :
    CardCaptionImageEventArgs
vb
Public Class LayoutViewFieldCaptionImageEventArgs
    Inherits CardCaptionImageEventArgs

LayoutViewFieldCaptionImageEventArgs is the data class for the following events:

Inheritance

Object EventArgs CardCaptionImageEventArgs LayoutViewFieldCaptionImageEventArgs

See Also

LayoutViewFieldCaptionImageEventArgs Members

CustomFieldCaptionImage

DevExpress.XtraGrid.Views.Layout.Events Namespace