[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.DetailProviderRowHeaderCell

DetailProviderRowHeaderCell Class

Visual element that represent the content of the row header of a row when using FlexGridDetailProvider.

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

Constructors

Name Description
DetailProviderRowHeaderCell()

Initializes a new instance of the DetailProviderRowHeaderCell class.

Fields

Name Description
CollapsedIconTemplateProperty
ExpandedIconTemplateProperty
IsExpandedProperty

Properties

Name Description
CollapsedIconTemplate

Gets or sets the icon shown when the details are collapsed.

ExpandedIconTemplate

Gets or sets the icon show when the details are expanded.

IsExpanded

Gets or sets whether the details are expanded.

Methods

Name Description
OnExpandedChanged(EventArgs)

Raises the ExpandedChanged event.

Events

Name Description
ExpandedChanged

Occurs when the user toggles the details.