Skip to main content
A newer version of this page is available. .

DocumentsViewModel<TModule, TUnitOfWork>.NavigationPaneVisibility Property

Contains a current state of the navigation pane.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v19.2.ViewModel.dll

Declaration

public virtual NavigationPaneVisibility NavigationPaneVisibility { get; set; }

Property Value

Type
NavigationPaneVisibility

Available values:

Name Description
Minimized

Navigation pane is visible and minimized.

Normal

Navigation pane is visible and not minimized.

Off

Navigation pane is invisible.

Remarks

Since DocumentsViewModel is a POCO view model, this property will raise INotifyPropertyChanged.PropertyEvent when modified so it can be used as a binding source in views.

See Also