[]
Determines whether the specified property value is available for this control.
bool IsPropertyValueAvailable(string propertyName, object value)
| Type | Name | Description |
|---|---|---|
| string | propertyName | The name of the property to check. |
| object | value | The value to check availability for. |
| Type | Description |
|---|---|
| bool |
|