ClassTelerikRecurrenceIntervalEditor
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikRecurrenceIntervalEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceIntervalEditor
Implements:
Inherited Members
Constructors
TelerikRecurrenceIntervalEditor()
Declaration
cs-api-definition
public TelerikRecurrenceIntervalEditor()
Properties
Id
Specifies the unique identifier of the underlying NumericTextBox.
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