TreeListOptionsClipboard(Boolean) Constructor
In This Article
Initializes a new instance of the TreeListOptionsClipboard class with the specified settings.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
allow |
Boolean | True | true, to enable copying formatted data; otherwise, false. This property value is used to initialize the Clipboard |
See Also