ObservableObjectBaseCanGetProperty Method

Gets whether the specified property can be retrieved.
The base implementation allows to get the actual instance properties in this instance.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
protected virtual bool CanGetProperty(
	string propertyName
)

Parameters

propertyName  String
Name of the property to get.

Return Value

Boolean
, if the specified property can be retrieved; otherwise, .

See Also