Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / SelectionRange Structure
Fields Properties Methods


In This Topic
    SelectionRange Structure Members
    In This Topic

    The following tables list the members exposed by SelectionRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Retrieves an empty SelectionCellRange structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the end index of the selection range.  
    Public PropertyGets a boolean value indicating whether the selection range is empty.  
    Public PropertyGets the length of the selection range.  
    Public PropertyGets or sets the start index of the selection range.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares the passed SelectionRange to the caller.  
    Public MethodIndicates whether this instance and a specified object are equal.  
    Public MethodExcludes a range of data items from the selection.  
    Public MethodReturns the hash code for the current instance.  
    Public MethodReturns the index by using the passed item offset.  
    Public MethodReturns item offset by using the passed the index.  
    Public MethodReturns the intersection of the passed SelectionRange and the caller.  
    Top
    Public Operators
    Tests if the two SelectionRange instances are equivalent.
    Tests if the first SelectionRange instance is greater than the second.
    Tests if the two SelectionRange instances are different.
    Tests if the first SelectionRange instance is greater than the second.
    Top
    See Also