Class RangeSelectorRenderEventArgs
Specifies the event arguments available for selector event of the range navigator component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.RangeNavigatorEventArgs
RangeSelectorRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeSelectorRenderEventArgs : RangeNavigatorEventArgs
Constructors
RangeSelectorRenderEventArgs()
Declaration
public RangeSelectorRenderEventArgs()
Properties
Content
content fro calendar format
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableCustomFormat
enable custom format for calendar
Declaration
public bool EnableCustomFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Selector
Defines selector collections
Declaration
public List<ToolbarItem> Selector { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ToolbarItem> |