Skip to main content

BrushProviderBase.ResourceHeaderTodayBackground Property

Specifies the transformation applied to the DefaultHeaderTodayBackground. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Common

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IBrushTransform ResourceHeaderTodayBackground { get; set; }

Property Value

Type Description
IBrushTransform

An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.

See Also