AlertButton.Images Property
Gets the source of images for buttons in alert windows.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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