Skip to main content

RibbonPageCategory.Clone() Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Clone()

Returns

Type Description
Object

A copy of the current RibbonPageCategory object.

See Also