BarLargeButtonItem Class
A bar item that displays a large image in a toolbar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Related API Members
The following members return BarLargeButtonItem objects:
Remarks
Use Large Button Items (BarLargeButtonItem
) to display button commands with large images in toolbars. Large Button Items implement the same functionality as Bar Button Items. Use the ImageOptions property to specify an image and customize image settings.
Use Button Items (BarButtonItem) to display button commands with small and large images in the Ribbon Control.
Read the following article for general information on how to specify images in DevExpress UI controls for WinForms:
Display Images in Controls - WinForms Cheat Sheet.
Inheritance
Object
MarshalByRefObject
Component
BarItem
BarBaseButtonItem
BarButtonItem
BarLargeButtonItem
See Also