Class GridDataHeaderCellRenderer
Inheritance
System.Object
GridDataHeaderCellRenderer
Inherited Members
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 GridDataHeaderCellRenderer : GridVirtualizingCellRenderer<GridHeaderCellControl, GridHeaderCellControl>, IGridCellRenderer, IDisposable
Constructors
GridDataHeaderCellRenderer()
Declaration
public GridDataHeaderCellRenderer()
Methods
CanUpdateBinding(GridColumn)
Declaration
public override bool CanUpdateBinding(GridColumn column)
Parameters
Type | Name | Description |
---|---|---|
GridColumn | column |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
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.GridHeaderCellControl, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl>.InitializeCellStyle(Syncfusion.UI.Xaml.Grid.DataColumnBase, System.Object)
OnInitializeDisplayElement(DataColumnBase, GridHeaderCellControl, Object)
Declaration
public override void OnInitializeDisplayElement(DataColumnBase dataColumn, GridHeaderCellControl uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
GridHeaderCellControl | uiElement | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl>.OnInitializeDisplayElement(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, System.Object)
OnInitializeEditElement(DataColumnBase, GridHeaderCellControl, Object)
Declaration
public override void OnInitializeEditElement(DataColumnBase dataColumn, GridHeaderCellControl uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
GridHeaderCellControl | uiElement | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl>.OnInitializeEditElement(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, System.Object)
OnRenderCell(DrawingContext, Rect, DataColumnBase, Object)
Declaration
protected override void OnRenderCell(DrawingContext dc, Rect cellRect, DataColumnBase dataColumnBase, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | |
System.Windows.Rect | cellRect | |
DataColumnBase | dataColumnBase | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRendererBase<Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl>.OnRenderCell(System.Windows.Media.DrawingContext, System.Windows.Rect, Syncfusion.UI.Xaml.Grid.DataColumnBase, System.Object)
OnUpdateDisplayBinding(DataColumnBase, GridHeaderCellControl, Object)
Declaration
public override void OnUpdateDisplayBinding(DataColumnBase dataColumn, GridHeaderCellControl uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
GridHeaderCellControl | uiElement | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl>.OnUpdateDisplayBinding(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, System.Object)
OnUpdateEditBinding(DataColumnBase, GridHeaderCellControl, Object)
Declaration
public override void OnUpdateEditBinding(DataColumnBase dataColumn, GridHeaderCellControl element, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | |
GridHeaderCellControl | element | |
System.Object | dataContext |
Overrides
Syncfusion.UI.Xaml.Grid.Cells.GridVirtualizingCellRenderer<Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl>.OnUpdateEditBinding(Syncfusion.UI.Xaml.Grid.DataColumnBase, Syncfusion.UI.Xaml.Grid.GridHeaderCellControl, System.Object)
Implements
System.IDisposable