StiDataBinding Class
Namespace: Stimulsoft.Base.Design
Class describes databinding properties.
Constructors
| Constructor | Description |
|---|---|
| StiDataBinding(StiDataBindingsCollection collection, string propertyName, string displayName) | Creates an object of the type StiDataBinding that contains an object. |
StiDataBinding(collection: StiDataBindingsCollection, propertyName: string, displayName: string)
Creates an object of the type StiDataBinding that contains an object.
Parameters
- collection (StiDataBindingsCollection) — Collection of DataBinding.
- propertyName (string) — Property name.
- displayName (string) — Display name.
Properties
| Property | Type | Description |
|---|---|---|
| Collection | StiDataBindingsCollection | Gets collection of DataBinding. |
| DisplayName | string | Gets display name. |
| PropertyName | string | Gets property name. |