ClassTelerikRecurrenceEndEditor
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikRecurrenceEndEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceEndEditor
Implements:
Inherited Members
Constructors
TelerikRecurrenceEndEditor()
Declaration
cs-api-definition
public TelerikRecurrenceEndEditor()
Properties
EndDate
Specifies the end date of the recurrence. The default value is the value specified through the rule.
Declaration
cs-api-definition
[Parameter]
public DateTime EndDate { get; set; }
Property Value
Rule
Gets or sets the recurrence rule.
Declaration
cs-api-definition
[Parameter]
public RecurrenceRule Rule { get; set; }
Property Value
RecurrenceRule
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides