CommitEmptyEdits Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that indicates how the grid commit empty edits to cell values.
Syntax
'Declaration
Public Overridable Property CommitEmptyEdits As Boolean
public virtual bool CommitEmptyEdits {get; set;}
See Also