Skip to main content
Tab

ImageGalleryButtonStyle Class

Defines style settings for a button within the ASPxImageGallery control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageGalleryButtonStyle :
    AppearanceStyle

Remarks

An object of the ImageGalleryButtonStyle type can be accessed via the ImageGalleryFullscreenViewerStyles.PrevButton, ImageGalleryFullscreenViewerStyles.NextButton, and ImageGalleryFullscreenViewerStyles.CloseButton properties.

See Also