Skip to main content

FlyoutCommand.Image Property

Gets or sets the current FlyoutCommand icon.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Image Image { get; set; }

Property Value

Type Description
Image

An Image that is the current FlyoutCommand icon.

Remarks

Override the Image property in your own FlyoutCommand class descendant to specify your custom button icon. See the How To: Create a Message Box Flyout With User Control topic for the example.

See Also