Class CaptionSummaryRowControl
Represents a caption summary row in a SfDataGrid control.
Implements
Inherited Members
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class CaptionSummaryRowControl : VirtualizingCellsControl, IDisposable
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()
Initializes a new instance of the CaptionSummaryRowControl class.
Declaration
public CaptionSummaryRowControl()
Fields
IsExpandedProperty
Identifies the IsExpanded Xamarin.Forms.BindableProperty.
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Remarks
This Xamarin.Forms.BindableProperty is read-only.
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 a value indicating 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
LayoutChildren(Double, Double, Double, Double)
Positions and sizes the children of the VirtualizingCellsControl.
Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | A value that represents the x coordinate of the child. |
System.Double | y | A value that represents the y coordinate of the child. |
System.Double | width | A value that represents the width of the child. |
System.Double | height | A value that represents the height of the child. |