Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
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