Skip to main content

TableRowDefinition.Assign(BaseTableDefinition) Method

Copies all settings from the object passed as the parameter and assigns them to the current object.

Namespace: DevExpress.XtraEditors.TableLayout

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    BaseTableDefinition src
)

Parameters

Name Type Description
src BaseTableDefinition

The BaseTableDefinition object whose settings are assigned to the current object.

See Also