Skip to main content
A newer version of this page is available. .

CardCaptionCustomDrawEventArgs Class

Provides data for the CardView.CustomDrawCardCaption event.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public class CardCaptionCustomDrawEventArgs :
    CustomDrawEventArgs

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