Skip to main content
All docs
V25.1
  • VGridFormatRule.Assign(FormatRuleBase) Method

    Assigns the specified object’s property values to the current object’s corresponding properties.

    Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public override void Assign(
        FormatRuleBase source
    )

    Parameters

    Name Type Description
    source FormatRuleBase

    The object whose property values to assign to the current object’s corresponding properties.

    See Also