SpreadsheetGroupButton Class
Class for Expand/Collapse buttons placed in the OutlinesPanel.
Inheritance
System.Object
SpreadsheetGroupButton
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class SpreadsheetGroupButton : ToggleButton
Constructors
SpreadsheetGroupButton()
Initializes a new instance of the SpreadsheetGroupButton class.
Declaration
public SpreadsheetGroupButton()
Properties
OutlineWrapper
Gets or sets an instance of Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper which contains the information about outlines .
Declaration
public IOutlineWrapper OutlineWrapper { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper | An instance of Syncfusion.XlsIO.Parser.Biff_Records.IOutlineWrapper. |