WindowsUIButtonPanel.Images Property
Gets or sets an image collection that contains icons for the current WindowsUIButtonPanel‘s WindowsUIButtons.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | An object that stores icons for the current WindowsUIButtonPanel‘s WindowsUIButtons. |
Remarks
WindowsUIButtons use the ImageIndex property to pick an icon from the Images collection.
See Also