SimpleButton.ImageList Property
In This Article
Gets or sets the source of images to be displayed within the button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual object ImageList { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An object that is the source of images to be displayed within the button. |
#Remarks
Use the SimpleButton.ImageOptions property to display an image in a button and specify image-related settings.
See Also