ComponentOne FlexGrid for WinForms
WidthDisplay Property

C1.Win.C1FlexGrid Namespace > Column Class : WidthDisplay Property
Gets or sets the display width for this column, in pixels.
Syntax
'Declaration
 
Public Property WidthDisplay As Integer
public int WidthDisplay {get; set;}
Remarks
WidthDisplay returns zero if the column is invisible, and returns the actual display width even if the Width property is set to -1 (which stands for default column width).
See Also

Reference

Column Class
Column Members