Skip to main content
Tab

ImageGalleryStyles Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageGalleryStyles :
    DataViewStyles

The following members return ImageGalleryStyles objects:

Library Related API Members
ASP.NET Web Forms Controls 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