NavigatorButtonsBase.DefaultImageList Property
Gets the source of the images that are displayed within the navigation buttons by default.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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