[]
Visual element that represent the content of the row header of a row when using FlexGridDetailProvider.
public class DetailProviderRowHeaderCell : C1Border, INotifyPropertyChanged, IDependencyObject
| Name | Description |
|---|---|
| DetailProviderRowHeaderCell() | Initializes a new instance of the DetailProviderRowHeaderCell class. |
| Name | Description |
|---|---|
| CollapsedIconTemplateProperty | |
| ExpandedIconTemplateProperty | |
| IsExpandedProperty |
| 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. |
| Name | Description |
|---|---|
| Dispose(bool) | Releases the resources used by the UIView object. |
| OnExpandedChanged(EventArgs) | Raises the ExpandedChanged event. |
| Name | Description |
|---|---|
| ExpandedChanged | Occurs when the user toggles the details. |