Skip to main content
Bar

BarLargeButtonItem Class

A bar item that displays a large image in a toolbar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class BarLargeButtonItem :
    BarButtonItem

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.

Large Button Item - WinForms Toolbars

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.

See Also