[]
        
(Showing Draft Content)

C1.Win.Design.C1ScrollableControlDesigner.SetPropertyValue

SetPropertyValue Method

SetPropertyValue(object, string, string)

Sets the value to the specific property.

Declaration
public void SetPropertyValue(object value, string propertyName, string transactionName)
Public Sub SetPropertyValue(value As Object, propertyName As String, transactionName As String)
Parameters
Type Name Description
object value
string propertyName
string transactionName

SetPropertyValue(object, object, string, string)

Sets the value of specific instance to the specific property.

Declaration
public void SetPropertyValue(object instance, object value, string propertyName, string transactionName)
Public Sub SetPropertyValue(instance As Object, value As Object, propertyName As String, transactionName As String)
Parameters
Type Name Description
object instance
object value
string propertyName
string transactionName