Class SpannedDataRow
Represents a class that provides the common functionalities of spanned data rows.
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SpannedDataRow : GridDataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
SpannedDataRow()
Initializes a new instance of SpannedDataRow class.
Declaration
public SpannedDataRow()
Methods
CreateIndentColumn(Int32)
Creates a indent column.
Declaration
protected override DataColumnBase CreateIndentColumn(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The corresponding column index. |
Returns
Type | Description |
---|---|
DataColumnBase | A indent column |
Overrides
Dispose(Boolean)
Disposes all the resources used by the SpannedDataRow class.
Declaration
protected override void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
Overrides
GetColumnSize(Int32, Boolean)
Gets the column size.
Declaration
protected override double GetColumnSize(int index, bool lineNull)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The corresponding index. |
System.Boolean | lineNull | Indicates whether to retrieve the size from the visible lines or from the range. |
Returns
Type | Description |
---|---|
System.Double | The column size. |
Overrides
OnCreateRowElement()
Declaration
protected override VirtualizingCellsControl OnCreateRowElement()
Returns
Type |
---|
VirtualizingCellsControl |
Overrides
OnGenerateVisibleColumns(VisibleLinesCollection)
Generates the visible columns.
Declaration
protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
Parameters
Type | Name | Description |
---|---|---|
VisibleLinesCollection | visibleColumnLines | The corresponding visible column lines. |
Overrides
OnRowIndexChanged()
Invoked when the row index changed.
Declaration
protected override void OnRowIndexChanged()
Overrides
ShowRowHeader()
Gets a value indicating whether the Row header can be shown or not.
Declaration
protected bool ShowRowHeader()
Returns
Type | Description |
---|---|
System.Boolean | true if the row header can be shown; otherwise false. |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable