Skip to main content

DataViewSettings.SettingsFlowLayout Property

Provides access to the DataView layout flow mode settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public DataViewFlowLayoutSettings SettingsFlowLayout { get; }

#Property Value

Type Description
DataViewFlowLayoutSettings

A DataViewFlowLayoutSettings object that contains the layout settings.

#Remarks

When the DataViewSettings.Layout property is set to Flow, the content data items flow one after another. Use the SettingsFlowLayout property to access the flow layout settings.

See Also