Back to Devexpress

WindowsUIButtonPanel.Images Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-4d2a64ab.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public object Images { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

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

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace