Skip to main content
Tab

ImageGalleryFlowLayoutSettings Class

Contains settings that relate to a control’s flow layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageGalleryFlowLayoutSettings :
    DataViewFlowLayoutSettings

The following members return ImageGalleryFlowLayoutSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxImageGallery.SettingsFlowLayout
ASP.NET MVC Extensions ImageGallerySettings.SettingsFlowLayout

Remarks

These settings can be accessed via the ASPxImageGallery.SettingsFlowLayout property.

Implements

See Also