ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / _width Field

In This Topic
    _width Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected _width As Nullable(Of DataGridLength)
    protected Nullable<DataGridLength> _width
    See Also