Skip to main content
Tab

GridColumnDateRangePeriodsSettings.Assign(GridColumnDateRangePeriodsSettings) Method

Copies the settings from the specified GridColumnDateRangePeriodsSettings object to the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void Assign(
    GridColumnDateRangePeriodsSettings source
)

Parameters

Name Type Description
source GridColumnDateRangePeriodsSettings

A GridColumnDateRangePeriodsSettings object whose settings are assigned to the current object.

Remarks

The Assign method copies properties of the GridColumnDateRangePeriodsSettings object passed as a parameter to the current object. This allows you to have two objects with identical common properties.

See Also