Intersoft ClientUI Documentation
FontWeight Property (UXGridViewTextColumn)



Gets or sets the font weight of the contents of cells in the column.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FontWeight As FontWeight
Dim instance As UXGridViewTextColumn
Dim value As FontWeight
 
instance.FontWeight = value
 
value = instance.FontWeight
[CategoryAttribute("Common Properties")]
public FontWeight FontWeight {get; set;}
[CategoryAttribute("Common Properties")]
public:
property FontWeight FontWeight {
   FontWeight get();
   void set (    FontWeight value);
}
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

UXGridViewTextColumn Class
UXGridViewTextColumn Members

Send Feedback