Skip to main content

ImageGallerySettings.SettingsFlowLayout Property

Provides access to the ImageGallery layout flow mode settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageGalleryFlowLayoutSettings SettingsFlowLayout { get; }

Property Value

Type Description
ImageGalleryFlowLayoutSettings

A ImageGalleryFlowLayoutSettings object that contains the layout settings.

Remarks

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

See Also