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