BasePanelView

StockSharp.Xaml.Panels.Maui

Base class for panel views.

Inherits: ContentView

Properties

IsReadOnly : bool

Gets or sets whether the panel is read only.

Methods

OnDataChanged()

Raises the DataChanged event.

OnSelectionChanged(object)

Raises the SelectionChanged event.

Events

DataChanged : EventHandler

Data changed event.

SelectionChanged : EventHandler<object>

Selection changed event.

Fields

IsReadOnlyProperty : BindableProperty

Is read only bindable property.