TreeListClipboardDataProviderOptions Constructors
Contains a set of options that specify whether to copy column headers, collapsed groups, and other elements to the clipboard.Name | Parameters | Description |
---|---|---|
TreeListClipboardDataProviderOptions(Boolean, Boolean, Boolean) | copyColumnHeaders, copyCollapsedData, copyNodeHierarchy | Initializes a new instance of the TreeListClipboardDataProviderOptions class with specified settings. |
See Also