ASPxDataView.SettingsFlowLayout Property
In This Article
Provides access to the ASPxDataView‘ flow layout settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DataViewFlowLayoutSettings SettingsFlowLayout { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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