Back to Devexpress

DockLayoutControl.GetAllowHorizontalSizing(UIElement) Method

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-docklayoutcontrol-dot-getallowhorizontalsizing-x28-system-dot-windows-dot-uielement-x29.md

latest1.8 KB
Original Source

DockLayoutControl.GetAllowHorizontalSizing(UIElement) Method

Returns the value of the DockLayoutControl.AllowHorizontalSizing attached property for the specified UIElement object.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public static bool GetAllowHorizontalSizing(
    UIElement element
)
vb
Public Shared Function GetAllowHorizontalSizing(
    element As UIElement
) As Boolean

Parameters

NameTypeDescription
elementUIElement

An object whose DockLayoutControl.AllowHorizontalSizing property’s value is to be returned.

|

Returns

TypeDescription
Boolean

The value of the DockLayoutControl.AllowHorizontalSizing property for the specified UIElement object.

|

See Also

DockLayoutControl Class

DockLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace