Interface
IPropertiesProvider

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IPropertiesProvider

Methods

GetPropertyValue(string)

Declaration

cs-api-definition
object GetPropertyValue(string propertyName)

Parameters

propertyName

string

Returns

object

SetPropertyValue(string, object)

Declaration

cs-api-definition
void SetPropertyValue(string propertyName, object value)

Parameters

propertyName

string

value

object