Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public Brush SelectedBackground { get; set; }

Property Value

Type
Brush
See Also