FlexGrid for WinForms
WidthDisplay Property



Gets or sets the display width for this column, in pixels.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property WidthDisplay As Integer
'Usage
 
Dim instance As Column
Dim value As Integer
 
instance.WidthDisplay = value
 
value = instance.WidthDisplay
[Browsable(false)]
public int WidthDisplay {get; set;}
[Browsable(false)]
public:
property int WidthDisplay {
   int get();
   void set (    int value);
}
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).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Column Class
Column Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback