WinForms

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

    Show / Hide Table of Contents

    Class DrawCustomHeaderStyleArgs

    Provides data for the DrawCustomHeaderStyle event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    DrawCustomHeaderStyleArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    BrushInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved