Skip to main content
A newer version of this page is available. .

TreeListOptionsClipboard(Boolean) Constructor

Initializes a new instance of the TreeListOptionsClipboard class with the specified settings.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListOptionsClipboard(
    bool allowFormattedMode = true
)

Optional Parameters

Name Type Default Description
allowFormattedMode Boolean True

true, to enable copying formatted data; otherwise, false. This property value is used to initialize the ClipboardOptions.ClipboardMode property.

See Also