Class HeaderLoadedEventArgs
Provide data for HeaderLoaded event
Inheritance
System.Object
HeaderLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class HeaderLoadedEventArgs : EventArgs
Constructors
HeaderLoadedEventArgs()
Declaration
public HeaderLoadedEventArgs()
Properties
HeaderTemplate
Gets or sets the header template.
Declaration
public object HeaderTemplate { get; set; }
Property Value
Type |
---|
System.Object |