ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BoundField Class / ApplyFormatInEditMode Property

In This Topic
    ApplyFormatInEditMode Property
    In This Topic
    Gets or sets a value indicating whether the formatting string specified by the DataFormatString property is applied to field values when the data-bound control that contains the C1BoundField object is in edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property ApplyFormatInEditMode As System.Boolean
    public virtual System.bool ApplyFormatInEditMode {get; set;}
    See Also