windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-c72387b2.md
Provides data for the CardView.CustomDrawCardCaption event.
Namespace : DevExpress.XtraGrid.Views.Card
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class CardCaptionCustomDrawEventArgs :
CustomDrawEventArgs
Public Class CardCaptionCustomDrawEventArgs
Inherits CustomDrawEventArgs
CardCaptionCustomDrawEventArgs is the data class for the following events:
The CardView.CustomDrawCardCaption event fires before a card caption is painted. It enables you to paint card captions manually or modify their appearance settings before they are painted using the default mechanism. CardCaptionCustomDrawEventArgs class properties allow you to identify the card whose caption is being painted and provide settings common for all custom painting events. Refer to the Custom Painting Basics help topic for details.
Object EventArgs CustomDrawEventArgs CardCaptionCustomDrawEventArgs
See Also