Skip to main content

GridFormatRule.Assign(FormatRuleBase) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override void Assign(
    FormatRuleBase source
)

Parameters

Name Type Description
source FormatRuleBase

An object whose settings are to be copied to the current object.

See Also