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