Xceed Toolkit Plus for WPF v4.6 Documentation
Implicit Type Conversion(ColumnWidth,Double) Operator


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnWidth Structure > Implicit Type Conversion Operator : Implicit Type Conversion(ColumnWidth,Double) Operator
The double to convert.
Converts the specified double value to a ColumnWidth structure.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal columnWidth As Double _
) As ColumnWidth
'Usage
 
public ColumnWidth operator implicit( 
   double columnWidth
)

Parameters

columnWidth
The double to convert.

Return Value

A ColumnWidth structure containing the provided absolute value in pixels.
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

Reference

ColumnWidth Structure
ColumnWidth Members
Overload List