UIActionPropertiesCore.Image Property
Gets or sets the Action’s icon.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Image | An Image that is the Action’s icon. |
Remarks
The Image property specifies the glyph for all Actions derived from the UIActionPropertiesCore class (FlyoutActions, DocumentActions and ContentContainerActions). You can also set a textual description (the UIActionPropertiesCore.Description property) and caption (the UIActionPropertiesCore.Caption property) for your Actions. The figure below illustrates a customized FlyoutAction.
See Also