ClipboardNodeCopyingEventArgs.Type Property
In This Article
Gets the type of the processed row.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A value that specifies the row type. |
#Remarks
The Type event argument returns the processed row type:
- Row — a tree list node.
ColumnHeader — column headers.
Headers are copied if the CopyColumnHeaders option is enabled.
- BandHeader — band headers.
See Also