Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / SelectionRange Class
Members


In This Topic
    SelectionRange Class
    In This Topic
    Represents a range that defines which items in a source are selected.
    Syntax
    'Declaration
     
    Public Class SelectionRange 
    'Usage
     
    Dim instance As SelectionRange
    public class SelectionRange 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.ListBox.SelectionRange

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the SelectionRange class.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets a selection range that will select all the items in a source.  
    Public PropertyGets a notification dictionary of key/value pairs that represents the end range-information for a selection range.  
    Public Property

    Gets the filter predicate to be used to filter the items locally (see Remarks section).

     
    Public Property

    Gets the FilterExpressionBase to be used to filter the items server-side.

     
    Public Property

    Gets a value indicating whether the selection range is empty.

     
    Public PropertyGets or sets a value indicating whether the selection range is selecting or unselecting items.  
    Public Property

    Gets the SortDescription objects, which will be used to create the data query that is sent to the data source. Must be provided at construction time.

     
    Public Property

    Gets a notification dictionary of key/value pairs that represents the start range-information for a selection range.

     
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. 

    Determines whether two objects are equal.

     
    Public Method

    Returns the hash code for this instance.

     
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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