Back to Devexpress

ImageGalleryFlowLayoutSettings Class

aspnet-devexpress-dot-web-68c7f0ad.md

latest1.9 KB
Original Source

ImageGalleryFlowLayoutSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return ImageGalleryFlowLayoutSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageGallery.SettingsFlowLayout
ASP.NET MVC ExtensionsImageGallerySettings.SettingsFlowLayout

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DataViewDivBasedLayoutSettings DataViewFlowLayoutSettings ImageGalleryFlowLayoutSettings

See Also

ImageGalleryFlowLayoutSettings Members

DevExpress.Web Namespace