'Declaration Public Structure SelectionRange Inherits System.ValueType
'Usage Dim instance As SelectionRange
public struct SelectionRange : System.ValueType
'Declaration Public Structure SelectionRange Inherits System.ValueType
'Usage Dim instance As SelectionRange
public struct SelectionRange : System.ValueType
System.Object
System.ValueType
Xceed.Wpf.DataGrid.SelectionRange
Name | Description | |
---|---|---|
![]() | SelectionRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | EndIndex | Gets or sets the end index of the selection range. |
![]() | IsEmpty | Gets a boolean value indicating whether the selection range is empty. |
![]() | Length | Gets the length of the selection range. |
![]() | StartIndex | Gets or sets the start index of the selection range. |
Name | Description | |
---|---|---|
![]() | CompareTo | Compares the passed SelectionRange to the caller. |
![]() | Equals | Indicates whether this instance and a specified object are equal. |
![]() | Exclude | Excludes a range of data items from the selection. |
![]() | GetHashCode | Returns the hash code for the current instance. |
![]() | GetIndexFromItemOffset | Returns the index by using the passed item offset. |
![]() | GetOffsetFromItemIndex | Returns item offset by using the passed the index. |
![]() | Intersect | Returns the intersection of the passed SelectionRange and the caller. |
![]() | 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. |
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