Back to Devexpress

GalleryItem(GalleryItem) Constructor

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-dot-ctor-x28-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-x29.md

latest1.3 KB
Original Source

GalleryItem(GalleryItem) Constructor

Initializes a new instance of the GalleryItem class with the values of the specified source gallery item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public GalleryItem(
    GalleryItem source
)
vb
Public Sub New(
    source As GalleryItem
)

Parameters

NameTypeDescription
sourceGalleryItem

A GalleryItem object whose values are used to initialize the item being created.

|

See Also

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace