menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfRibbonBar - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfRibbonBar

    Represents class for RibbonBar

    Inheritance
    System.Object
    SfRibbonBar
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
    Assembly: Syncfusion.SfRibbon.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class SfRibbonBar : ItemsControl, IDisposable

    Constructors

    SfRibbonBar()

    Initializes a new instance of the SfRibbonBar class

    Declaration
    public SfRibbonBar()

    Fields

    HeaderProperty

    Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SeparatorBrushProperty

    Using a DependencyProperty as the backing store for SeparatorColor. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SeparatorBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Header

    Gets or sets the Header.

    Declaration
    [ClassReference(IsReviewed = false)]
    public object Header { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    SeparatorBrush

    Gets or sets the SeparatorBrush.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Brush SeparatorBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The default value is Black

    Methods

    Dispose()

    dispose method

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Method for dispose

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    disposing parameter

    OnApplyTemplate()

    Initializes all the child elements of the Ribbon bar

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved