ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / CommitEmptyEdits Property

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