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

ViewServiceBase.UpdateThemeName(FrameworkElement, FrameworkElement) Method

Namespace: DevExpress.Mvvm.UI

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

Declaration

public static void UpdateThemeName(
    FrameworkElement target,
    FrameworkElement associatedObject
)

Parameters

Name Type
target FrameworkElement
associatedObject FrameworkElement
See Also