Back to Devexpress

DockLayoutControl.SetAllowHorizontalSizing(UIElement, Boolean) Method

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

latest1.8 KB
Original Source

DockLayoutControl.SetAllowHorizontalSizing(UIElement, Boolean) Method

Sets the value of the DockLayoutControl.AllowHorizontalSizing attached property for the specified object.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public static void SetAllowHorizontalSizing(
    UIElement element,
    bool value
)
vb
Public Shared Sub SetAllowHorizontalSizing(
    element As UIElement,
    value As Boolean
)

Parameters

NameTypeDescription
elementUIElement

An object whose DockLayoutControl.AllowHorizontalSizing property is to be set.

| | value | Boolean |

The value to be assigned to the DockLayoutControl.AllowHorizontalSizing property.

|

See Also

DockLayoutControl Class

DockLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace