Class SfRibbonGalleryGroup
Represents class for RibbonGalleryGroup
Inheritance
System.Object
SfRibbonGalleryGroup
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonGalleryGroup : ItemsControl
Constructors
SfRibbonGalleryGroup()
Initializes a new instance of the SfRibbonGalleryGroup class.
Declaration
public SfRibbonGalleryGroup()
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 |
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. |