SchedulerColorSchema.CellLight Property
Gets or sets the color value of the color schema component.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[XtraSerializableProperty]
public Color CellLight { get; set; }
<XtraSerializableProperty>
Public Property CellLight As Color
Property Value
Type | Description |
---|---|
Color | A Color value. |
See Also
Feedback