Skip to main content
Tab

ASPxImageGallery.Styles Property

Provides access to the style settings that specify the appearance of the ASPxImageGallery elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ImageGalleryStyles Styles { get; }

#Property Value

Type Description
ImageGalleryStyles

An ImageGalleryStyles object that contains style properties.

#Remarks

The ImageGalleryStyles object provides a number of properties that allow style settings of various ASPxImageGallery elements to be customized.

See Also