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

BrushProviderBase.ResourceNavigationButtonDisabledBackground Property

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

Namespace: DevExpress.Xpf.Scheduling.Common

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public IBrushTransform ResourceNavigationButtonDisabledBackground { get; set; }

Property Value

Type Description
IBrushTransform

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

See Also