GroupUngroupPage Class
GroupUngroup page is used for grouping/ungrouping range of cells
Implements
Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class GroupUngroupPage : CommandPage, IComponentConnector, IComponentConnector2
  Constructors
GroupUngroupPage(String)
Declaration
public GroupUngroupPage(string commandName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | commandName | 
Properties
Columns
Gets or sets true if the Columns are to be Grouped else false
Declaration
public bool Columns { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
NeedToGroup
Gets or Sets true if the Rows/Columns are to be grouped else false
Declaration
public bool NeedToGroup { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Rows
Gets or Sets true if the Rows are to be Grouped else false
Declaration
public bool Rows { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Methods
Connect(Int32, Object)
Connect()
Declaration
public void Connect(int connectionId, object target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | connectionId | |
| System.Object | target | 
GetBindingConnector(Int32, Object)
GetBindingConnector(int connectionId, object target)
Declaration
public IComponentConnector GetBindingConnector(int connectionId, object target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | connectionId | |
| System.Object | target | 
Returns
| Type | 
|---|
| Windows.UI.Xaml.Markup.IComponentConnector | 
InitializeComponent()
InitializeComponent()
Declaration
public void InitializeComponent()
  OnApplySettings()
Declaration
protected override void OnApplySettings()
  Overrides
OnPageLoaded()
Declaration
protected override void OnPageLoaded()
  Overrides
UnWireEvents()
Declaration
protected override void UnWireEvents()
  Overrides
WireEvents()
Declaration
protected override void WireEvents()
  Overrides
Implements
      Windows.UI.Xaml.Markup.IComponentConnector
  
  
      Windows.UI.Xaml.Markup.IComponentConnector2