Skip to main content

NavigatorButtonBase.ImageList Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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