Back to Devexpress

DataViewFlowLayoutSettings Class

aspnet-devexpress-dot-web-c379883a.md

latest2.1 KB
Original Source

DataViewFlowLayoutSettings Class

Contains settings related to a ASPxDataView control’s flow layout.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewFlowLayoutSettings :
    DataViewDivBasedLayoutSettings
vb
Public Class DataViewFlowLayoutSettings
    Inherits DataViewDivBasedLayoutSettings

The following members return DataViewFlowLayoutSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDataView.SettingsFlowLayout
ASP.NET MVC ExtensionsDataViewSettings.SettingsFlowLayout

Remarks

These settings can be accessed by the ASPxDataView.SettingsFlowLayout property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DataViewDivBasedLayoutSettings DataViewFlowLayoutSettings ImageGalleryFlowLayoutSettings

See Also

DataViewFlowLayoutSettings Members

Layout Modes

DataView

DevExpress.Web Namespace