Back to Devexpress

WidgetView.FlowLayoutProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-a4df95cd.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FlowLayoutProperties FlowLayoutProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property FlowLayoutProperties As FlowLayoutProperties

Property Value

TypeDescription
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

LayoutMode

Widget View

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace