Back to Devexpress

FlyoutPanelButtonOptions.Images Property

windowsforms-devexpress-dot-utils-dot-flyoutpanelbuttonoptions-47b906e8.md

latest2.7 KB
Original Source

FlyoutPanelButtonOptions.Images Property

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

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

A Object that is an image collection providing images for buttons.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Images
FlyoutPanel

.OptionsButtonPanel .Images

| | OfficeNavigationBar |

.OptionsPeekFormButtonPanel .Images

|

Remarks

The Images property accepts the following image collections:

Use the button’s IButtonProperties.ImageIndex property to associate images with buttons.

See Also

ImageIndex

FlyoutPanelButtonOptions Class

FlyoutPanelButtonOptions Members

DevExpress.Utils Namespace