Class CaptionSummaryRowControl
Represents a caption summary row in a SfDataGrid control.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.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()
Initializes a new instance of the CaptionSummaryRowControl class.
Declaration
public CaptionSummaryRowControl()
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
LayoutSubviews()
Layout the children in the view.
Declaration
public override void LayoutSubviews()