Class DrawCustomHeaderStyleArgs
Provides data for the DrawCustomHeaderStyle event.
Inheritance
System.Object
System.EventArgs
DrawCustomHeaderStyleArgs
Inherited Members
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 |