FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class / ActualWidth Property

In This Topic
    ActualWidth Property
    In This Topic
    Gets the rendering width of this column in pixels.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property ActualWidth As Double
    [Browsable(false)]
    public double ActualWidth {get;}
    Remarks
    This property takes into account the default, minimum, and maximum sizes set by the parent ColumnCollection, as well as star lengths assigned to columns.
    See Also