Table of Contents

Interface IGroupGridDropDownEditorHost

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

Provides host services for a group grid drop-down in-place editor.

public interface IGroupGridDropDownEditorHost
Extension Methods

Methods

CancelDropDown()

Cancels the active drop-down without committing a value.

bool CancelDropDown()

Returns

bool

True if the drop-down cancel request was handled; otherwise, false.

CloseDropDown()

Closes the active drop-down without committing a value.

void CloseDropDown()

CommitDropDownValue(object)

Commits a value selected by the active drop-down editor.

bool CommitDropDownValue(object Value)

Parameters

Value object

The selected value.

Returns

bool

True if the value was committed; otherwise, false.

RestoreEditorFocus()

Restores focus to the active in-place editor.

void RestoreEditorFocus()