MainWeb.EditMode

MainWeb.EditMode property

Gets or sets the control’s edit mode.

public bool EditMode { get; set; }

Remarks

When sets to true, the control’s cells are editable, and the “save” and the “undo” icon are displayed. When sets to false, the control’s cells are readonly, and the “save” and the “undo” icon are not displayed.

See Also