Skip to main content

RangeCollection.Assign(RangeCollection) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public void Assign(
    RangeCollection ranges
)

Parameters

Name Type Description
ranges RangeCollection

A RangeCollection object whose settings are copied to the current object.

See Also