IsColumnHeadersRow Property
This property is true when the ClipboardRowContent represents column headers, in which case the Item is null.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool IsColumnHeadersRow { get; }
Public ReadOnly Property IsColumnHeadersRow As Boolean
Get
member IsColumnHeadersRow : bool with get
Property Value
BooleanSee Also
Reference
DataGridRowClipboardEventArgs Class
Avalonia.Controls Namespace