BCGControlBar Library for .NET
GetPreviewPaneVisualStyle Method




Syntax
'Declaration
 
Public Function GetPreviewPaneVisualStyle( _
   ByVal row As GridDataRow, _
   ByVal alternateRow As Boolean _
) As GridCellVisualStyle
'Usage
 
Dim instance As GridControl
Dim row As GridDataRow
Dim alternateRow As Boolean
Dim value As GridCellVisualStyle
 
value = instance.GetPreviewPaneVisualStyle(row, alternateRow)
public GridCellVisualStyle GetPreviewPaneVisualStyle( 
   GridDataRow row,
   bool alternateRow
)
public: GridCellVisualStyle* GetPreviewPaneVisualStyle( 
   GridDataRow* row,
   bool alternateRow
) 
public:
GridCellVisualStyle^ GetPreviewPaneVisualStyle( 
   GridDataRow^ row,
   bool alternateRow
) 

Parameters

row
alternateRow
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

GridControl Class
GridControl Members

Send Feedback