windowsforms-devexpress-dot-xtrabars-e38854a8.md
A bar item that displays a large image in a toolbar.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class BarLargeButtonItem :
BarButtonItem
Public Class BarLargeButtonItem
Inherits BarButtonItem
The following members return BarLargeButtonItem objects:
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.
Object MarshalByRefObject Component BarItem BarBaseButtonItem BarButtonItem BarLargeButtonItem
See Also