ISchedulerRecurrenceInfo.Id Property
Gets the recurrence info identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
object Id { get; }
Property Value
| Type | Description |
|---|---|
| Object | The recurrence info identifier. |
Remarks
See the DxSchedulerRecurrenceInfo class description for more information and an example.
See Also