General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
ConstantLineStyle<T>.Assign(CollectionItem) Method
Copies the settings from the specified object to the current one.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
public override void Assign(
CollectionItem source
)
Public Overrides Sub Assign(
source As CollectionItem
)
Parameters
Name | Type | Description |
---|---|---|
source | CollectionItem | A PropertiesBase object whose settings are assigned to the current object. |
Remarks
Using this method allows you to have two objects with identical common properties.
If the source and destination objects are instances of different PropertiesBase descendants, then the Assign method copies only the properties common to both descendants.
See Also
Feedback