ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / DefaultAutoWidth Property

In This Topic
    DefaultAutoWidth Property (DataGridColumn)
    In This Topic
    Gets or sets default column size in AutoStar sizing mode.
    Syntax
    'Declaration
     
    
    Public Overridable Property DefaultAutoWidth As Double
    public virtual double DefaultAutoWidth {get; set;}
    See Also