windowsforms-devexpress-dot-utils-dot-flyoutpanelbuttonoptions-47b906e8.md
Gets or sets the source of images that can be displayed within buttons.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(null)]
[DXCategory("Appearance")]
public object Images { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property Images As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
A Object that is an image collection providing images for buttons.
|
You can access this nested property as listed below:
| Object Type | Path to Images |
|---|---|
| FlyoutPanel |
.OptionsButtonPanel .Images
| | OfficeNavigationBar |
.OptionsPeekFormButtonPanel .Images
|
The Images property accepts the following image collections:
Use the button’s IButtonProperties.ImageIndex property to associate images with buttons.
See Also
FlyoutPanelButtonOptions Class