ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / DataWidth Property

In This Topic
    DataWidth Property (C1DataColumn)
    In This Topic
    Gets or sets the maximum number of characters which may be entered for cells in this column.
    Syntax
    'Declaration
     
    
    Public Property DataWidth As Integer
    public int DataWidth {get; set;}
    See Also