Skip to main content

ViewServiceBase.UpdateThemeName(FrameworkElement, FrameworkElement) Method

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void UpdateThemeName(
    FrameworkElement target,
    FrameworkElement associatedObject
)

Parameters

Name Type
target FrameworkElement
associatedObject FrameworkElement
See Also