[]
        
(Showing Draft Content)

C1.Blazor.Grid.DetailProviderRowHeaderCell

DetailProviderRowHeaderCell Class

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

Inheritance
DetailProviderRowHeaderCell
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class DetailProviderRowHeaderCell : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
DetailProviderRowHeaderCell()

Initializes a new instance of the DetailProviderRowHeaderCell class.

Fields

Name Description
CollapsedIconTemplateProperty

Identifies the CollapsedIconTemplate dependency property.

ExpandedIconTemplateProperty

Identifies the ExpandedIconTemplate dependency property.

IsExpandedProperty

Identifies the IsExpanded dependency property.

Properties

Name Description
CollapsedIconTemplate

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

ExpandedChanged

Occurs when the user toggles the details.

ExpandedIconTemplate

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

IsExpanded

Gets or sets whether the details are expanded.

Methods

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