A newer version of this page is available.
Switch to the current version.
StyleFormatCondition.Assign(StyleFormatConditionBase) Method
Copies the properties of the specified object to the current object.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
public override void Assign(
StyleFormatConditionBase source
)
Public Overrides Sub Assign(
source As StyleFormatConditionBase
)
Parameters
Name | Type | Description |
---|---|---|
source | StyleFormatConditionBase | The StyleFormatConditionBase object whose properties should be copied. |
See Also
Feedback