NavigationVMBase class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.NavigationVMBase
Modifiers: public
Summary¶
NavigationVMBase.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class NavigationVMBase
class Control
Control <|-- NavigationVMBase
Inherits from: Control
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ItemsSource | Gets or sets the items source. |
| IsExpanded | Gets or sets a value indicating whether this instance is expanded. |
| Filter | Gets or sets the filter. |
Fields¶
| Name | Summary |
|---|---|
| static ItemsSourceProperty | The items source property. |
| static IsExpandedProperty | The is expanded property. |
| static FilterProperty | The filter property. |