Back to Devexpress

BackstageViewItemBase.Clone() Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewitembase-62bbc6be.md

latest1.2 KB
Original Source

BackstageViewItemBase.Clone() Method

Creates and returns a copy of the current item.

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 BackstageViewItemBase descendant that is a copy of the current item.

|

See Also

BackstageViewItemBase Class

BackstageViewItemBase Members

DevExpress.XtraBars.Ribbon Namespace