ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ColumnStyleBase Class / Width Property

In This Topic
    Width Property (ColumnStyleBase)
    In This Topic
    Specifies preferred width (in characters) that user interface controls should allocate for this column.
    Syntax
    'Declaration
     
    Public Property Width As System.Integer
    public System.int Width {get; set;}
    See Also