Back to Devexpress

FlowLayoutControl.GetIsFlowBreak(UIElement) Method

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

latest1.7 KB
Original Source

FlowLayoutControl.GetIsFlowBreak(UIElement) Method

Returns the value of the FlowLayoutControl.IsFlowBreak 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 GetIsFlowBreak(
    UIElement element
)
vb
Public Shared Function GetIsFlowBreak(
    element As UIElement
) As Boolean

Parameters

NameTypeDescription
elementUIElement

An object whose FlowLayoutControl.IsFlowBreak property’s value is to be returned.

|

Returns

TypeDescription
Boolean

The value of the FlowLayoutControl.IsFlowBreak property for the specified UIElement object.

|

See Also

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace