BasePanelView

StockSharp.Xaml.Panels.Maui

Base class for panel views.

Erbt von: ContentView

Eigenschaften

IsReadOnly : bool

Gets or sets whether the panel is read only.

Methoden

OnDataChanged()

Raises the DataChanged event.

OnSelectionChanged(object)

Raises the SelectionChanged event.

Ereignisse

DataChanged : EventHandler

Data changed event.

SelectionChanged : EventHandler<object>

Selection changed event.

Felder

IsReadOnlyProperty : BindableProperty

Is read only bindable property.