Skip to content

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

NameSummary
.ctor

Properties

NameSummary
ItemsSourceGets or sets the items source.
IsExpandedGets or sets a value indicating whether this instance is expanded.
FilterGets or sets the filter.

Fields

NameSummary
static ItemsSourcePropertyThe items source property.
static IsExpandedPropertyThe is expanded property.
static FilterPropertyThe filter property.

Derived types

Inherited members

See also