Skip to main content
Tab

ASPxImageGallery.SettingsFlowLayout Property

Provides access to the ASPxImageGallery layout flow mode settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ImageGalleryFlowLayoutSettings SettingsFlowLayout { get; }

#Property Value

Type Description
ImageGalleryFlowLayoutSettings

A ImageGalleryFlowLayoutSettings object that contains the layout settings.

#Remarks

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

See Also