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

RangeFilterExportOptions.Assign(OptionsBase) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

public override void Assign(
    OptionsBase options
)

Parameters

Name Type Description
options OptionsBase

An OptionsBase descendant whose settings are copied to the current object.

See Also