menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawCustomHeaderStyleArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DrawCustomHeaderStyleArgs

    Provides data for the DrawCustomHeaderStyle event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    DrawCustomHeaderStyleArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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 - 2025 Syncfusion Inc. All Rights Reserved