Skip to main content
All docs
V25.1
  • RibbonPageCategoryOptions.Assign(BaseOptions) Method

    Copies all settings from the target object and assignes them to this RibbonPageCategoryOptions object.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public override void Assign(
        BaseOptions options
    )

    Parameters

    Name Type Description
    options BaseOptions

    The object whose settings should be copied.

    See Also