DxSchedulerResourceItem.Color Property
In This Article
Specifies the resource‘s color.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public Color Color { get; set; }
#Property Value
Type | Description |
---|---|
Color | The resource’s color. |
#Remarks
Refer to the DxSchedulerResourceItem class description for more information.
See Also