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

In This Topic
    ActualWidth Property
    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