ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / ActualWidth Property

In This Topic
    ActualWidth Property (DataGridComboBoxColumn)
    In This Topic
    Gets the actual width in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualWidth As Double
    public double ActualWidth {get;}

    Property Value

    The actual width in pixels.
    See Also