Nevron.Nov.UI Namespace / NSelection<TItem> Class


In This Topic
    NSelection<TItem> Class Properties
    In This Topic

    For a list of all members of this type, see NSelection<TItem> members.

    Public Properties
     NameDescription
    Public PropertyGets the first selected item. Returns null if no items are selected.  
    Public PropertyGets the last selected item. Returns null if no items are selected.  
    Public PropertyGets or sets the selection mode. By default set to ENSelectionMode.Multiple.  
    Public PropertyGets the number of selected items.  
    Public PropertyGets a list that contains the selected items.  
    Public PropertyGets/Sets whether to toggle selection while the Shift key is pressed. By default set to false.  
    Top
    See Also