Skip to main content

NavigatorButtonsBase.ImageList Property

Gets or sets 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

[DefaultValue(null)]
public object ImageList { get; set; }

Property Value

Type Default Description
Object null

An object which represents the source of images.

Remarks

By default, the navigation buttons display images contained within the NavigatorButtonsBase.DefaultImageList property. The ImageList property allows a custom source of images to be specified. Once the custom source of images is assigned to this property, use the button’s NavigatorButtonBase.ImageIndex property to specify the index of the required image.

The ImageList property accepts the following image collections:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ImageList property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also