WidgetView.FlowLayoutProperties Property
Provides access to the FlowLayoutProperties settings when this View is in Flow Layout mode.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FlowLayoutProperties FlowLayoutProperties { get; }
#Property Value
Type | Description |
---|---|
Flow |
A Flow |
#Remarks
To modify the View’s layout mode, use the WidgetView.LayoutMode property. The FlowLayoutProperties section provides access to View settings that are used for Flow Layout mode only. See the FlowLayoutProperties class members to learn more.