Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / CanBeSelected Property


In This Topic
    CanBeSelected Property (SmartItem)
    In This Topic
    Gets a boolean value indicating if the SmartItem can be selected.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Overridable ReadOnly Property CanBeSelected As Boolean
    'Usage
     
    Dim instance As SmartItem
    Dim value As Boolean
     
    value = instance.CanBeSelected
    [Browsable(false)]
    public virtual bool CanBeSelected {get;}

    Property Value

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

    To determine which item is currently selected, the SelectedItem property can be consulted.

    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