Back to Devexpress

NavBarViewBase.GetLayoutSettings(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarviewbase-dot-getlayoutsettings-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

NavBarViewBase.GetLayoutSettings(DependencyObject) Method

Gets the value of the NavBarViewBase.LayoutSettings attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public static LayoutSettings GetLayoutSettings(
    DependencyObject d
)
vb
Public Shared Function GetLayoutSettings(
    d As DependencyObject
) As LayoutSettings

Parameters

NameTypeDescription
dDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
LayoutSettings

The NavBarViewBase.LayoutSettings property value for the element.

|

See Also

NavBarViewBase Class

NavBarViewBase Members

DevExpress.Xpf.NavBar Namespace