Class RecurrenceEditorChangeEventArgs
Provides the information about the changing the rule in the recurrence editor.
Inheritance
System.Object
RecurrenceEditorChangeEventArgs
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class RecurrenceEditorChangeEventArgs : Object
Constructors
RecurrenceEditorChangeEventArgs()
Declaration
public RecurrenceEditorChangeEventArgs()
Properties
Value
Gets the current recurrence rule from the editor.
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |