Class OfficeNavigationBarDialogViewModel
Inheritance
System.Object
OfficeNavigationBarDialogViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class OfficeNavigationBarDialogViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
Declaration
public OfficeNavigationBarDialogViewModel(IEnumerable<ItemWrapper> items, bool isInCompactMode)
Parameters
System.Collections.Generic.IEnumerable<ItemWrapper>
items
|
System.Boolean
isInCompactMode
|
Properties
Gets or sets a command that decreases the maximum items count.
Declaration
public ICommand DecreaseItemsMaxCountCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Gets or sets a command that increases the maximum items count.
Declaration
public ICommand IncreaseItemsMaxCountCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Gets or sets a boolean value indicating whether the CheckBox for switching to Compact mode will be visible.
Declaration
public bool IsCompactModeCheckBoxVisible { get; set; }
Property Value
Gets or sets a boolean value indicating whether the RadOfficeNavigationBar will be Compact mode. In that mode only the compact content of the items will be visible.
Declaration
public bool IsInCompactMode { get; set; }
Property Value
Declaration
public RadObservableCollection<ItemWrapper> Items { get; }
Property Value
Gets or sets the current maximum items that will be displayed in the RadOfficeNavigationBar.
Declaration
public int ItemsMaxCount { get; set; }
Property Value
Declaration
public ICommand MoveItemDownCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public ICommand MoveItemUpCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public ICommand ResetCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public object SelectedItem { get; set; }
Property Value
Extension Methods