Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnWidth Structure / ColumnWidth Constructor / ColumnWidth Constructor(Double,ColumnWidthUnitType)
The initial value contained by this instance.
A ColumnWidthUnitType representing the type of value.


In This Topic
    ColumnWidth Constructor(Double,ColumnWidthUnitType)
    In This Topic
    Initializes a new instance of the ColumnWidth structure using the specified absolute value in the provided ColumnWidthUnitType.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Double, _
       ByVal type As ColumnWidthUnitType _
    )
    'Usage
     
    Dim value As Double
    Dim type As ColumnWidthUnitType
     
    Dim instance As New ColumnWidth(value, type)
    public ColumnWidth( 
       double value,
       ColumnWidthUnitType type
    )

    Parameters

    value
    The initial value contained by this instance.
    type
    A ColumnWidthUnitType representing the type of value.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also