DataGridRowClipboardEventArgs.StartColumnDisplayIndex Property

Definition

Gets the DisplayIndex value of the column that contains the first selected cell in the row.

public:
 property int StartColumnDisplayIndex { int get(); };
public int StartColumnDisplayIndex { get; }
member this.StartColumnDisplayIndex : int
Public ReadOnly Property StartColumnDisplayIndex As Integer

Property Value

The DisplayIndex value of the column that contains the first selected cell in the row.

Applies to

See also