Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Row Class / IsSelected Property


In This Topic
    IsSelected Property
    In This Topic
    Gets or sets a boolean value indicating if the row is selected.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property IsSelected As Boolean
    'Usage
     
    Dim instance As Row
    Dim value As Boolean
     
    instance.IsSelected = value
     
    value = instance.IsSelected
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public bool IsSelected {get; set;}

    Property Value

    true if the row is selected; false otherwise.
    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