ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / UseColumnStyles Property

In This Topic
    UseColumnStyles Property (C1TextBox)
    In This Topic
    Indicates whether to honor the ColumnStyle properties defined on the C1ViewColumn object that this control is bound to.
    Syntax
    'Declaration
     
    Public Property UseColumnStyles As Boolean
    public bool UseColumnStyles {get; set;}
    See Also