Class RibbonGroupsView
Represent a control that is used in a RibbonGroup.
Inheritance
System.Object
RibbonGroupsView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonGroupsView : ItemsControl, IDisposable
Constructors
RibbonGroupsView()
Initializes a new instance of the RibbonGroupsView class.
Declaration
public RibbonGroupsView()
Methods
Dispose()
Release the unmanaged resources of RibbonGroupsView.
Declaration
public void Dispose()
Dispose(Boolean)
Release the unmanaged resources of RibbonGroupsView control.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if unmanaged resources should be disposed; otherwise, false. |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |
OnApplyTemplate()
Contains the template logic of RibbonGroupsView.
Declaration
protected override void OnApplyTemplate()
OnItemsChanged(Object)
Declaration
protected override void OnItemsChanged(object e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | e |
Implements
System.IDisposable