Class GridSummaryCellRenderer
Rederer for Covered cell which is used in Summary Rows and GroupCaption
Inheritance
System.Object
GridSummaryCellRenderer
Inherited Members
GridVirtualizingCellRendererBase<GridGroupSummaryCell, GridGroupSummaryCell>.OnCreateEditUIElement()
GridCellRendererBase.RaiseCurrentCellValidatingEvent(SfDataGrid, GridColumn, Object, Object, Object)
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.Cells
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridSummaryCellRenderer : GridVirtualizingCellRenderer<GridGroupSummaryCell, GridGroupSummaryCell>, IGridCellRenderer, IDisposable
Constructors
GridSummaryCellRenderer()
Declaration
public GridSummaryCellRenderer()
Methods
InitializeCellStyle(DataColumnBase, Object)
Declaration
protected override void InitializeCellStyle(DataColumnBase dataColumn, object record)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
System.Object | record |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell>.InitializeCellStyle(Syncfusion.UI.Xaml.Grid.DataColumnBase, System.Object)
OnInitializeEditElement(DataColumnBase, GridGroupSummaryCell, Object)
Declaration
public override void OnInitializeEditElement(DataColumnBase dataColumn, GridGroupSummaryCell uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
GridGroupSummaryCell | uiElement | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell>.OnInitializeEditElement(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, System.Object)
OnRenderCellBorder(DrawingContext, Rect, Geometry, DataColumnBase, GridCell)
Declaration
protected override void OnRenderCellBorder(DrawingContext dc, Rect cellRect, Geometry clipGeometry, DataColumnBase dataColumnBase, GridCell gridCell)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | |
System.Windows.Rect | cellRect | |
System.Windows.Media.Geometry | clipGeometry | |
DataColumnBase | dataColumnBase | |
GridCell | gridCell |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell>.OnRenderCellBorder(System.Windows.Media.DrawingContext, System.Windows.Rect, System.Windows.Media.Geometry, Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridCell)
OnRenderContent(DrawingContext, Rect, Geometry, DataColumnBase, GridCell, Object)
Declaration
protected override void OnRenderContent(DrawingContext dc, Rect cellRect, Geometry clipGeometry, DataColumnBase dataColumnBase, GridCell gridCell, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | |
System.Windows.Rect | cellRect | |
System.Windows.Media.Geometry | clipGeometry | |
DataColumnBase | dataColumnBase | |
GridCell | gridCell | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell>.OnRenderContent(System.Windows.Media.DrawingContext, System.Windows.Rect, System.Windows.Media.Geometry, Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridCell, System.Object)
OnRenderCurrentCell(DrawingContext, Rect, Geometry, DataColumnBase, GridCell)
Declaration
protected override void OnRenderCurrentCell(DrawingContext dc, Rect cellRect, Geometry clipGeometry, DataColumnBase dataColumnBase, GridCell gridCell)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | |
System.Windows.Rect | cellRect | |
System.Windows.Media.Geometry | clipGeometry | |
DataColumnBase | dataColumnBase | |
GridCell | gridCell |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell>.OnRenderCurrentCell(System.Windows.Media.DrawingContext, System.Windows.Rect, System.Windows.Media.Geometry, Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridCell)
OnUpdateEditBinding(DataColumnBase, GridGroupSummaryCell, Object)
Declaration
public override void OnUpdateEditBinding(DataColumnBase dataColumn, GridGroupSummaryCell element, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
GridGroupSummaryCell | element | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell>.OnUpdateEditBinding(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridGroupSummaryCell, System.Object)
Implements
System.IDisposable