Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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