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


In This Topic
    CanBeSelected Property (Row)
    In This Topic
    Gets or sets a boolean value indicating if the row can be selected.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the row can be selected.")>
    <CategoryAttribute("Behavior")>
    Public Property CanBeSelected As Boolean
    'Usage
     
    Dim instance As Row
    Dim value As Boolean
     
    instance.CanBeSelected = value
     
    value = instance.CanBeSelected
    [Description("Indicates if the row can be selected.")]
    [Category("Behavior")]
    public bool CanBeSelected {get; set;}

    Property Value

    true if the row can be selected; false otherwise.
    Remarks

    To reset the value of the CanBeSelected property to its default value, DefaultCanBeSelected, the ResetCanBeSelected method must be called.

    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