RichEditBehaviorOptions.Assign(BaseOptions) Method
In This Article
Copies all settings from the object passed as the parameter to the current object.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public override void Assign(
BaseOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
options | Base |
A Rich |
#Remarks
The Assign method copies settings of the specified RichEditBehaviorOptions object to the current RichEditBehaviorOptions object.
See Also