Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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