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

ASPxImageGallery.Styles Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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