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

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.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public object Images { get; set; }

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