ItemPane
StockSharp.Xaml.Charting
An ItemContainer for panes in the UltrachartGroup control
Implements: INotifyPropertyChanged
Properties
ChangeOrientationCommand
public ICommand ChangeOrientationCommand { get; set; }
value = itemPane.ChangeOrientationCommand
itemPane.ChangeOrientationCommand = value
Gets or sets the change orientation command.
ClosePaneCommand
public ICommand ClosePaneCommand { get; set; }
value = itemPane.ClosePaneCommand
itemPane.ClosePaneCommand = value
Gets or sets the close pane command.
IsTabbed
public bool IsTabbed { get; internal set; }
value = itemPane.IsTabbed
itemPane.IsTabbed = value
Gets or sets whether this pane is tabbed
PaneElement
public FrameworkElement PaneElement { get; set; }
value = itemPane.PaneElement
itemPane.PaneElement = value
Gets or sets the Pane UIElement
PaneViewModel
public IChildPane PaneViewModel { get; set; }
value = itemPane.PaneViewModel
itemPane.PaneViewModel = value
Gets or sets the Pane ViewModel
Methods
OnPropertyChanged
private void OnPropertyChanged(string propertyName)
itemPane.OnPropertyChanged(propertyName)
Implementation of INotifyPropertyChanged
- propertyName
- Name of the property.
Events
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
itemPane.PropertyChanged += handler
Occurs when a property value changes.