TickSettings.Assign(PropertiesBase) Method
In This Article
Copies the public properties from the specified object to the current one.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
#Declaration
public override void Assign(
PropertiesBase source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Properties |
A Collection |
#Remarks
Use the Assign method to copy the specified object’s public properties to the current TickSettings object.
See Also