Class StackedHeaderRow
The StackedHeaderRow contains the collection ofStackedColumn to grouped under a particular category.
Inheritance
Implements
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class StackedHeaderRow : BindableObject, IDisposable
Constructors
StackedHeaderRow()
Initializes a new instance of the StackedHeaderRow class that represents a row that conatains the grouped column headers.
Declaration
public StackedHeaderRow()
Fields
NameProperty
Identifies the Name Xamarin.Forms.BindableProperty.
Declaration
public static readonly BindableProperty NameProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Remarks
The identifier for the Name Xamarin.Forms.BindableProperty.
StackedColumnsProperty
Identifies the StackedColumns Xamarin.Forms.BindableProperty.
Declaration
public static readonly BindableProperty StackedColumnsProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Remarks
The identifier for the StackedColumns Xamarin.Forms.BindableProperty.
Properties
Name
Gets or sets the name for StackedHeaderRow.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the name of the StackedHeaderRow. The default value is Empty. |
StackedColumns
Gets the collection of the StackedColumn to group under particular category.
Declaration
public StackedColumnCollection StackedColumns { get; }
Property Value
Type |
---|
StackedColumnCollection |
Methods
Dispose()
Perform clean up before it is released from memory.
Declaration
public void Dispose()
Dispose(Boolean)
Releases the unmanaged resources used by the component and optionally releases the managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | if true - release both managed and unmanaged resources; if false - release only unmanaged resources. |