alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DrawCustomHeaderStyleArgs

    Provides data for the DrawCustomHeaderStyle event.

    Inheritance
    System.Object
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    DrawCustomHeaderStyleArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class DrawCustomHeaderStyleArgs : SyncfusionHandledEventArgs
    Remarks

    To draw the Header / Footer for the Grid Print document, handle theDrawCustomHeaderStyle event.

    Constructors

    DrawCustomHeaderStyleArgs(BrushInfo)

    Initializes a new instance of the DrawCustomHeaderStyleArgs class.

    Declaration
    public DrawCustomHeaderStyleArgs(BrushInfo brushInfo)
    Parameters
    Type Name Description
    BrushInfo brushInfo

    Rectangle area to draw Header / Footer

    Properties

    Brush

    Gets or sets the custom header style.

    Declaration
    public BrushInfo Brush { get; set; }
    Property Value
    Type
    BrushInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved