Copies the settings from the specified DevExpress.Utils.Controls.BaseOptions object to the current object.
public override void Assign( BaseOptions options )
Overrides Public Sub Assign( ByVal options As BaseOptions )
The Assign method copies properties of the DevExpress.Utils.Controls.BaseOptions object passed as a parameter to the current object. This allows you to have two objects with identical common properties.