BCGControlBar Library for .NET
RowVisualStyle Property (GridVisualStyleDef)




Visual Style used to display all rows in the grid.
Syntax
'Declaration
 
Public Property RowVisualStyle As GridCellVisualStyle
'Usage
 
Dim instance As GridVisualStyleDef
Dim value As GridCellVisualStyle
 
instance.RowVisualStyle = value
 
value = instance.RowVisualStyle
public GridCellVisualStyle RowVisualStyle {get; set;}
public: __property GridCellVisualStyle* get_RowVisualStyle();
public: __property void set_RowVisualStyle( 
   GridCellVisualStyle* value
);
public:
property GridCellVisualStyle^ RowVisualStyle {
   GridCellVisualStyle^ get();
   void set (    GridCellVisualStyle^ 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

GridVisualStyleDef Class
GridVisualStyleDef Members

Send Feedback