Skip to main content

DocumentVariableCollection.Remove(String) Method

Removes the variable with the specified name from the document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public void Remove(
    string name
)

Parameters

Name Type Description
name String

A string that is the name of the variable to remove.

See Also