Gets the rendering width of this column in pixels.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[BrowsableAttribute(false)]
public double ActualWidth { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property ActualWidth As Double
	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