Skip to main content
A newer version of this page is available. .
Tab

ImageGalleryStyles Class

Contains settings that allow the appearance of various ASPxImageGallery visual elements to be defined.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageGalleryStyles :
    DataViewStyles

The following members return ImageGalleryStyles objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxImageGallery.Styles
ASP.NET MVC Extensions ImageGallerySettings.Styles

Remarks

An object of the ImageGalleryStyles type can be accessed via the ASPxImageGallery.Styles property.

Implements

See Also