True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer
    public System.int DataWidth {get; set;}
    See Also