BCGControlBar Library for .NET
Weight Property




Gets or sets a value that indicates column weight.
Syntax
'Declaration
 
Public Property Weight As Single
'Usage
 
Dim instance As GridColumn
Dim value As Single
 
instance.Weight = value
 
value = instance.Weight
public float Weight {get; set;}
public: __property float get_Weight();
public: __property void set_Weight( 
   float value
);
public:
property float Weight {
   float get();
   void set (    float value);
}
Remarks

This value has effect only for columns/grids with AutoSizeColumnMode set to GridAutoSizeColumnMode.Fill.

This property should be in interval [0, 65535].

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

GridColumn Class
GridColumn Members

Send Feedback