Class DataRow
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class DataRow : GridDataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
DataRow()
Declaration
public DataRow()
Methods
CanUpdateColumn(DataColumnBase)
Gets a value that indicates whether the VisibleColumn can be update or not.
Declaration
protected virtual bool CanUpdateColumn(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | Corresponding datacolumn |
Returns
Type | Description |
---|---|
System.Boolean | true when Column can update for reusing otherwise false. |
CreateIndentColumn(Int32)
Declaration
protected override DataColumnBase CreateIndentColumn(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
DataColumnBase |
Overrides
GetColumnSize(Int32, Boolean)
Declaration
protected override double GetColumnSize(int index, bool lineNull)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Boolean | lineNull |
Returns
Type | Description |
---|---|
System.Double |
Overrides
GetRowSize(DataColumnBase, Boolean)
Declaration
protected override double GetRowSize(DataColumnBase dataColumn, bool lineNull)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
System.Boolean | lineNull |
Returns
Type | Description |
---|---|
System.Double |
Overrides
OnCreateRowElement()
Declaration
protected override VirtualizingCellsControl OnCreateRowElement()
Returns
Type | Description |
---|---|
VirtualizingCellsControl |
Overrides
OnGenerateVisibleColumns(VisibleLinesCollection)
Declaration
protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
Parameters
Type | Name | Description |
---|---|---|
VisibleLinesCollection | visibleColumnLines |
Overrides
OnRowDataChanged()
Declaration
protected override void OnRowDataChanged()
Overrides
OnRowIndexChanged()
Declaration
protected override void OnRowIndexChanged()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable