Back to Devexpress

GalleryItem.Clone() Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-bd8ead4d.md

latest1.1 KB
Original Source

GalleryItem.Clone() Method

Creates a new GalleryItem object with the settings matching those of the current object.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object Clone()
vb
Public Function Clone As Object

Returns

TypeDescription
Object

A copy of the current GalleryItem object.

|

See Also

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace