Class SfRibbonGroupView
Represents class for RibbonGroupView
Inheritance
System.Object
SfRibbonGroupView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonGroupView : ItemsControl, IDisposable
Constructors
SfRibbonGroupView()
Initializes a new instance of the SfRibbonGroupView class. Initializes all the child elements
Declaration
public SfRibbonGroupView()
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 |
OrientationProperty
Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OrientationProperty
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. |
Orientation
Gets or sets the orientation.
Declaration
[ClassReference(IsReviewed = false)]
public Orientation Orientation { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.Orientation |
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 |
Implements
System.IDisposable