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

ButtonImages Class

Contains settings that allow images to be defined for different states (normal, disabled, hovered, pressed, checked) of a Button extension.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ButtonImages :
    ImagesBase

The following members return ButtonImages objects:

Remarks

An object of the ButtonImages type can be accessed via the ButtonSettings.Images property which is available through a button settings object passed to the ExtensionsFactory.Button method.

See Also