Back to Devexpress

CardCaptionCustomDrawEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-c72387b2.md

latest2.5 KB
Original Source

CardCaptionCustomDrawEventArgs Class

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

Declaration

csharp
public class CardCaptionCustomDrawEventArgs :
    CustomDrawEventArgs
vb
Public Class CardCaptionCustomDrawEventArgs
    Inherits CustomDrawEventArgs

CardCaptionCustomDrawEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs CustomDrawEventArgs CardCaptionCustomDrawEventArgs

See Also

CardCaptionCustomDrawEventArgs Members

CustomDrawCardCaption

DevExpress.XtraGrid.Views.Card Namespace