BCGControlBar Library for .NET
Style Property (Cell)




Gets or sets cell's visual style.
Syntax
'Declaration
 
Public Property Style As GridCellVisualStyle
'Usage
 
Dim instance As Cell
Dim value As GridCellVisualStyle
 
instance.Style = value
 
value = instance.Style
public GridCellVisualStyle Style {get; set;}
public: __property GridCellVisualStyle* get_Style();
public: __property void set_Style( 
   GridCellVisualStyle* value
);
public:
property GridCellVisualStyle^ Style {
   GridCellVisualStyle^ get();
   void set (    GridCellVisualStyle^ value);
}
Remarks
This value is calculated right before a cell is redrawn and assembled from visual styles of different layers: GridDataItem -> Row -> Column.
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

Cell Class
Cell Members

Send Feedback