NavigatorButtonBase.ImageList Property
Gets the source of images to be displayed within the navigation buttons.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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