Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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