Skip to main content

CellControl.SelectedBackground Property

Gets or sets the brush used to paint the background of the selected cell. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Brush SelectedBackground { get; set; }

Property Value

Type
Brush
See Also