Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridPaintEventArgs Class / DisplayVisualStyle Property


In This Topic
    DisplayVisualStyle Property
    In This Topic
    Gets the display visual style of the grid element.
    Syntax
    'Declaration
     
    Public ReadOnly Property DisplayVisualStyle As StatelessVisualGridElementStyle
    'Usage
     
    Dim instance As GridPaintEventArgs
    Dim value As StatelessVisualGridElementStyle
     
    value = instance.DisplayVisualStyle
    public StatelessVisualGridElementStyle DisplayVisualStyle {get;}

    Property Value

    A StatelessVisualGridElementStyle object that represents the display visual style of the grid element.
    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