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

AlertButton.Images Property

Gets the source of images for buttons in alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public object Images { get; }

Property Value

Type Description
Object

An object representing the source of images for buttons in alert windows.

Remarks

This property returns the object assigned to the AlertControl.Images property. This provides images that can be assigned to buttons via the AlertButton.ImageIndex and AlertButton.ImageDownIndex properties.

See Also