[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridGroupRowCell

GridGroupRowCell Class

Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group.

Inheritance
GridGroupRowCell
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridGroupRowCell : View

Constructors

Name Description
GridGroupRowCell()

Initializes a new instance of the GridGroupRowCell class.

Fields

Name Description
ExpandDownProperty
GroupCollapsedIconTemplateProperty
GroupExpandedIconTemplateProperty
GroupFontAttributesProperty
GroupFontFamilyProperty
GroupFontSizeProperty
GroupTextColorProperty
GroupTextProperty
IsCollapsedProperty

Properties

Name Description
ExpandDown

Gets or sets a value indicating whether the group is expanded downwards.

GroupCollapsedIconTemplate

Gets or sets the template used to create the icon displayed when the group is collapsed.

GroupExpandedIconTemplate

Gets or sets the template used to create the icon displayed when the group is expanded.

GroupFontAttributes

Gets or sets the group font attributes.

GroupFontFamily

Gets or sets the group font family.

GroupFontSize

Gets or sets the group font size.

GroupText

Gets or sets the group text.

GroupTextColor

Gets or sets the color of the group text.

IsCollapsed

Gets or sets whether the group is collapsed.

Methods

Name Description
OnIsCollapsedChanged(EventArgs)

Called when the group is toggled.

Events

Name Description
IsCollapsedChanged

Occurs when the group is toggled.