DxSchedulerAppointmentItem.IsNew Property
In This Article
Gets whether the appointment is new.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool IsNew { get; protected set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also