Interface IPropertiesProvider
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IPropertiesProvider
Methods
GetPropertyValue(String)
Declaration
object GetPropertyValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Object
|
SetPropertyValue(String, Object)
Declaration
void SetPropertyValue(string propertyName, object value)
Parameters
System.String
propertyName
|
System.Object
value
|