FlowLayoutControl.IsFlowBreak Attached Property
In This Article
Gets or sets whether the flow of the control's items is wrapped at the preceding item and the current item must start a new column or row. This is an attached property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Boolean | A Boolean value that specifies whether an item must start a new layer. |
#Remarks
Use the IsFlowBreak attached property to specify that a specific item must forcibly start a new layer (column or row, according to the FlowLayoutControl.Orientation property). In the following image, the IsFlowBreak property is enabled for Item 3 and Item 6:
See Also