Intersoft ClientUI Documentation
Background Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewColumn Class : Background Property






Gets or sets the background brush for all cells belong to this column.

Syntax

Visual Basic (Declaration) 
Public Property Background As Brush
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
Dim value As Brush
 
instance.Background = value
 
value = instance.Background
C# 
public Brush Background {get; set;}
Delphi 
public read-write property Background: Brush; 
JScript 
public function get,set Background : Brush
Managed Extensions for C++ 
public: __property Brush* get_Background();
public: __property void set_Background( 
   Brush* value
);
C++/CLI 
public:
property Brush^ Background {
   Brush^ get();
   void set (    Brush^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.