PermissionCredentialsPanelView

StockSharp.Xaml.Panels.Maui

Panel view for displaying and managing permission credentials.

Hereda de: BasePanelView

Constructores

PermissionCredentialsPanelView()

Creates a new instance.

Propiedades

Credentials : IList<CredentialItem>

Gets the credentials collection.

Filter : string

Gets or sets the filter text.

SelectedCredential : CredentialItem

Gets or sets the selected credential.

ViewModel : PermissionCredentialsPanelViewModel

Gets the ViewModel.

Eventos

CredentialSelectionChanged : EventHandler<CredentialItem>

Event raised when selection changes.

SaveRequested : EventHandler

Event raised when save is requested.