Back to Devexpress

BrushProviderBase.ResourceNavigationButtonDisabledBackground Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-common-dot-brushproviderbase-4b8475e0.md

latest1.5 KB
Original Source

BrushProviderBase.ResourceNavigationButtonDisabledBackground Property

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

Namespace : DevExpress.Xpf.Scheduling.Common

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IBrushTransform ResourceNavigationButtonDisabledBackground { get; set; }
vb
Public Property ResourceNavigationButtonDisabledBackground As IBrushTransform

Property Value

TypeDescription
IBrushTransform

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

|

See Also

BrushProviderBase Class

BrushProviderBase Members

DevExpress.Xpf.Scheduling.Common Namespace