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.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FlowLayoutProperties FlowLayoutProperties { get; }
Property Value
Type | Description |
---|---|
FlowLayoutProperties | A FlowLayoutProperties object that stores Flow Layout mode settings for this View. |
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.
See Also