Class GridCaptionSummaryCell
Represents a caption summary cell of the caption summary row in a SfDataGrid control.
Implements
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GridCaptionSummaryCell : GridCell, View.IOnLongClickListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
GridCaptionSummaryCell(Context)
Initializes a new instance of the GridCaptionSummaryCell class.
Declaration
public GridCaptionSummaryCell(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
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 caption 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
OnLayout(Boolean, Int32, Int32, Int32, Int32)
Positions and sizes the content of a GridCaptionSummaryCell.
Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | changed | True if the size of the view is changed, otherwise false. |
System.Int32 | left | A value that represents the x coordinate of the child. |
System.Int32 | top | A value that represents the y coordinate of the child. |
System.Int32 | right | A value that represents the width of the child. |
System.Int32 | bottom | A value that represents the height of the child. |
Overrides
ShouldValidateLabelProperties()
Gets a boolean value indicating whether to validate the view change in returns also
Declaration
protected override bool ShouldValidateLabelProperties()
Returns
Type | Description |
---|---|
System.Boolean | Return a boolean value indicating whether to validate the view change in returns also. |