[]
Gets or sets the editor instance.
public ComponentBase Editor { get; set; }
Public Property Editor As ComponentBase
Assigning the editor triggers related functionality, such as automatically focusing it when the editor is a C1View instance.
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown when attempting to assign a different editor instance after the editor has already been set. |