Class CaptionSummaryRowControl
Represents a caption summary row in a SfDataGrid control.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class CaptionSummaryRowControl : VirtualizingCellsControl
Remarks
A CaptionSummaryRowControl represents a single grouped data item in a bound data source. Each row contains a covered cell in the SfDataGrid that displays a single value based on the grouped data items.
Constructors
CaptionSummaryRowControl(Context)
Initializes a new instance of the CaptionSummaryRowControl class.
Declaration
public CaptionSummaryRowControl(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
Properties
IsExpanded
Gets or sets a value indicating whether this instance is expanded or collapsed.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if this instance is expanded, otherwise false. |
IsSwipeCancelled
Gets or sets value indicate whether to cancel swipe or not.
Declaration
public override bool IsSwipeCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if the swipe is canceled, otherwise false. The default is true. |
Overrides
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
OnLayout(Boolean, Int32, Int32, Int32, Int32)
Positions and sizes the content of a virtualizing cells control.
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. |