Back to Devexpress

FlowLayoutControl.SetIsFlowBreak(UIElement, Boolean) Method

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

latest1.7 KB
Original Source

FlowLayoutControl.SetIsFlowBreak(UIElement, Boolean) Method

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

Parameters

NameTypeDescription
elementUIElement

An object whose FlowLayoutControl.IsFlowBreak property is to be set.

| | value | Boolean |

The value to be assigned to the FlowLayoutControl.IsFlowBreak property.

|

See Also

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace