Back to Devexpress

LayoutControl.SetAllowVerticalSizing(UIElement, Boolean) Method

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

latest1.7 KB
Original Source

LayoutControl.SetAllowVerticalSizing(UIElement, Boolean) Method

Sets the value of the LayoutControl.AllowVerticalSizing 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 SetAllowVerticalSizing(
    UIElement element,
    bool value
)
vb
Public Shared Sub SetAllowVerticalSizing(
    element As UIElement,
    value As Boolean
)

Parameters

NameTypeDescription
elementUIElement

An object whose LayoutControl.AllowVerticalSizing property is to be set.

| | value | Boolean |

The value to be assigned to the LayoutControl.AllowVerticalSizing property.

|

See Also

LayoutControl Class

LayoutControl Members

DevExpress.Xpf.LayoutControl Namespace