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

BarNameScope.RegisterDecorator<TDecorator>(Func<TDecorator>) Method

For internal use.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public static void RegisterDecorator<TDecorator>(
    Func<TDecorator> createDecoratorCallback
)
    where TDecorator : IBarNameScopeDecorator

Parameters

Name Type
createDecoratorCallback Func<TDecorator>

Type Parameters

Name
TDecorator
See Also