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

NavigatorButtonsBase.DefaultImageList Property

Gets the source of the images that are displayed within the navigation buttons by default.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
Object

An object which contains the images displayed within the navigation buttons by default.

Remarks

To specify a custom source of images for navigation buttons use the NavigatorButtonsBase.ImageList property.

See Also