Gets or sets the ImageList to get the image to display on the control.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public ImageList ImageList { get; set; }
Visual Basic
Public Property ImageList As ImageList
	Get
	Set
Visual C++
public:
property ImageList^ ImageList {
	ImageList^ get ();
	void set (ImageList^ value);
}
F#
member ImageList : ImageList with get, set

Property Value

Type: ImageList
The ImageList object.

See Also