ISchedulerRecurrenceInfo.Id Property
In This Article
Gets the recurrence info identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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