DisplayVisualStyle Property
See Also 
Xceed.Grid Assembly > Xceed.Grid Namespace > GridPaintEventArgs Class : DisplayVisualStyle Property


Gets the display visual style of the grid element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DisplayVisualStyle As StatelessVisualGridElementStyle
Visual Basic (Usage)Copy Code
Dim instance As GridPaintEventArgs
Dim value As StatelessVisualGridElementStyle
 
value = instance.DisplayVisualStyle
C# 
public StatelessVisualGridElementStyle DisplayVisualStyle {get;}

Property Value

A StatelessVisualGridElementStyle object that represents the display visual style of the grid element.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also