Skip to main content
All docs
V18.2

CellControl.DefaultBrushSchema Property

Gets or sets the color schema used to draw the cell background and borders if no other brush schema is specified. This is the dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

Declaration

public CellBrushSchema DefaultBrushSchema { get; set; }

Property Value

Type Description
CellBrushSchema

A CellBrushSchema object containing brushes to paint cell control’s visual elements.

Remarks

When rendering the cell, the scheduler attempts to find the proper cell brush in the following order:

The fallback brush value is the default brush schema which initially has the CellBrushSchema.BaseColor set to #FFFFFFFF.

See Also