Skip to main content
All docs
V18.2

CellControl.BrushSchema Property

Gets or sets the color schema used to draw the cell background and borders. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public CellBrushSchema BrushSchema { get; set; }

Property Value

Type Description
CellBrushSchema

A CellBrushSchema object specifying brushes to paint a cell.

Remarks

The BrushSchema value has a priority over the resource colors, SchedulerControl.ResourceBrushSchemas and CellControl.DefaultBrushSchema value.

See Also