Class GridTableSummaryCell
Represents a table summary cell of the table summary row in a SfDataGrid control.
Implements
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GridTableSummaryCell : GridCell, View.IOnLongClickListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
GridTableSummaryCell(Context)
Initializes a new instance of the GridTableSummaryCell class.
Declaration
public GridTableSummaryCell(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
GridTableSummaryCell(Context, IAttributeSet)
Initializes a new instance of the GridTableSummaryCell class.
Declaration
public GridTableSummaryCell(Context context, IAttributeSet attributeSet)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
Android.Util.IAttributeSet | attributeSet | The Android.Util.IAttributeSet. |
GridTableSummaryCell(Context, IAttributeSet, Int32)
Initializes a new instance of the GridTableSummaryCell class.
Declaration
public GridTableSummaryCell(Context context, IAttributeSet attributeSet, int definedStyle)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
Android.Util.IAttributeSet | attributeSet | The Android.Util.IAttributeSet. |
System.Int32 | definedStyle | The value indicating the defined style. |
GridTableSummaryCell(IntPtr, JniHandleOwnership)
Initializes a new instance of the GridTableSummaryCell class.
Declaration
protected GridTableSummaryCell(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | javaReference | The System.IntPtr. |
Android.Runtime.JniHandleOwnership | transfer | The Android.Runtime.JniHandleOwnership. |
Methods
Dispose(Boolean)
Releases the unmanaged resources used by the component and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | if true - release both managed and unmanaged resources; if false - release only unmanaged resources. |
Overrides
OnDraw(Canvas)
The borders for the table summary cell is drawn here.
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | The canvas on which the background will be drawn. |
Overrides
ShouldValidateLabelProperties()
Gets a boolean value indicating whether to set padding for child view or not.
Declaration
protected override bool ShouldValidateLabelProperties()
Returns
Type | Description |
---|---|
System.Boolean | Return a boolean value indicating whether to set padding for child view or not. |