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

ASPxDataView.SettingsFlowLayout Property

Provides access to the ASPxDataViewflow layout settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DataViewFlowLayoutSettings SettingsFlowLayout { get; }

Property Value

Type Description
DataViewFlowLayoutSettings

A DataViewFlowLayoutSettings object that contains the layout settings.

Remarks

When the ASPxDataView.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