[]
        
(Showing Draft Content)

C1.WPF.Grid.DetailProviderRowHeaderCell

DetailProviderRowHeaderCell Class

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

Inheritance
DetailProviderRowHeaderCell
Implements
IDependencyObject
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public class DetailProviderRowHeaderCell : C1Border, 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.

ExpandedIconTemplate

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

IsExpanded

Gets or sets whether the details are expanded.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnExpandedChanged(EventArgs)

Raises the ExpandedChanged event.

Events

Name Description
ExpandedChanged

Occurs when the user toggles the details.