[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlEditingContext.Editor

Editor Property

Editor

Gets or sets the editor instance.

Declaration
public ComponentBase Editor { get; set; }
Public Property Editor As ComponentBase
Remarks

Assigning the editor triggers related functionality, such as automatically focusing it when the editor is a C1View instance.

Exceptions
Type Condition
InvalidOperationException

Thrown when attempting to assign a different editor instance after the editor has already been set.