SelectionRegion
Struct
Represents a range specifying the selection.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public struct SelectionRegion
Inherited Members
Constructors
Initializes a new instance of the SelectionRegion struct.
C#
public SelectionRegion(int top, int left, int bottom, int right, VirtualGridViewInfo viewInfo)
The top index.
leftintThe left index.
bottomintThe bottom index .
rightintThe right index .
viewInfoVirtualGridViewInfoThe view info.
Fields
Represents an empty selection region where all properties are set to -1.
C#
public static readonly SelectionRegion Empty
Properties
Gets the column index where the selection region starts.
C#
public readonly int Left { get; }
Gets the column index where the selection region ends.
C#
public readonly int Right { get; }
Gets the view info of the selection region.
C#
public readonly VirtualGridViewInfo ViewInfo { get; }
Methods
Operators
C#
public static bool operator !=(SelectionRegion A, SelectionRegion B)
C#
public static bool operator ==(SelectionRegion A, SelectionRegion B)