[]
        
(Showing Draft Content)

C1.Blazor.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.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridGroupRowCell : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
GridGroupRowCell()

Initializes a new instance of the GridGroupRowCell class.

Fields

Name Description
ExpandDownProperty

Identifies the ExpandDown dependency property.

GroupCollapsedIconTemplateProperty

Identifies the GroupCollapsedIconTemplate dependency property.

GroupExpandedIconTemplateProperty

Identifies the GroupExpandedIconTemplate dependency property.

GroupTextProperty

Identifies the GroupText dependency property.

IsCollapsedProperty

Identifies the IsCollapsed dependency property.

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.

GroupText

Gets or sets the group text.

IsCollapsed

Gets or sets whether the group is collapsed.

IsCollapsedChanged

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
OnAfterRender(bool)