BasePanelView
StockSharp.Xaml.Panels.Maui
Base class for panel views.
Hereda de: ContentView
Propiedades
IsReadOnly : bool
Gets or sets whether the panel is read only.
Métodos
OnDataChanged()
Raises the DataChanged event.
OnSelectionChanged(object)
Raises the SelectionChanged event.
Eventos
DataChanged : EventHandler
Data changed event.
SelectionChanged : EventHandler<object>
Selection changed event.
Campos
IsReadOnlyProperty : BindableProperty
Is read only bindable property.