RowDataBase Properties
Serves as a base for classes that contain information about rows and cards.| Name | Description |
|---|---|
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| DetailLevel | Gets the nesting level of a View. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IndicatorState | Gets or sets the row indicator‘s state. This is a dependency property. |
| IsMasterRowExpanded | Gets whether the master row is expanded. This is a dependency property. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| LineLevel | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| RowsContainer | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| View | Gets the owner view. |
See Also