Skip to main content
All docs
V25.1
  • TableColumnDefinition.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.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public override void Assign(
        BaseTableDefinition src
    )

    Parameters

    Name Type Description
    src BaseTableDefinition

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

    See Also