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

NavBarViewBase.SetLayoutSettings(DependencyObject, LayoutSettings) Method

Sets the value of the NavBarViewBase.LayoutSettings attached property for a given object.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public static void SetLayoutSettings(
    DependencyObject d,
    LayoutSettings settings
)

Parameters

Name Type Description
d DependencyObject

The element on which to set the attached property.

settings LayoutSettings

The property value to set.

See Also