Back to Devexpress

SimpleButton.ImageList Property

windowsforms-devexpress-dot-xtraeditors-dot-simplebutton-75d6d10d.md

latest1.6 KB
Original Source

SimpleButton.ImageList Property

Gets or sets the source of images to be displayed within the button.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual object ImageList { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property ImageList As Object

Property Value

TypeDefaultDescription
Objectnull

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

ImageOptions

SimpleButton Class

SimpleButton Members

DevExpress.XtraEditors Namespace