Class DetailsViewDataRow
Represents the row which holds DetailsViewDataGrid
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 DetailsViewDataRow : GridDataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
DetailsViewDataRow()
Declaration
public DetailsViewDataRow()
Properties
DetailsViewContentPresenter
Declaration
public DetailsViewContentPresenter DetailsViewContentPresenter { get; }
Property Value
Type | Description |
---|---|
DetailsViewContentPresenter |
DetailsViewDataGrid
Declaration
public DetailsViewDataGrid DetailsViewDataGrid { get; }
Property Value
Type | Description |
---|---|
DetailsViewDataGrid |
DetailsViewIndentCell
Declaration
public GridDetailsViewIndentCell DetailsViewIndentCell { get; }
Property Value
Type | Description |
---|---|
GridDetailsViewIndentCell |
DetailsViewTemplate
Gets Row Template for DetailsView
Declaration
public DataTemplate DetailsViewTemplate { get; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate |
Methods
ArrangeElement(Rect)
Declaration
public override void ArrangeElement(Rect rect)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | rect |
Overrides
CreateIndentColumn(Int32)
Declaration
protected override DataColumnBase CreateIndentColumn(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
DataColumnBase |
Overrides
Dispose(Boolean)
Disposes all the resources used by the DetailsViewDataRow 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
MeasureElement(Size)
Declaration
public override void MeasureElement(Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | size |
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
OnRowIndexChanged()
Declaration
protected override void OnRowIndexChanged()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable