ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxColumn Class / DataFormatString Property

In This Topic
    DataFormatString Property
    In This Topic
    The formatting applied to the cell field. For example,"{0:d}".
    Syntax
    'Declaration
     
    Public Property DataFormatString As System.String
    public System.string DataFormatString {get; set;}
    See Also