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

NavigatorButtonBase.ImageList Property

Gets the source of images to be displayed within the navigation buttons.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
Object

An object which represents the source of images.

Remarks

The source of images to be displayed within the navigation buttons is specified by the NavigatorButtonsBase.ImageList property.

See Also