Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeSelectorRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved