Interface IGroupGridDropDownEditorHost
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
ValueobjectThe selected value.
Returns
- bool
True if the value was committed; otherwise, false.
RestoreEditorFocus()
Restores focus to the active in-place editor.
void RestoreEditorFocus()