Class DefaultValueBag
Inheritance
System.Object
DefaultValueBag
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Documents.FormatProviders.Xaml.dll
Syntax
public class DefaultValueBag : Object
Constructors
DefaultValueBag(Type)
Declaration
public DefaultValueBag(Type type)
Parameters
System.Type
type
|
Methods
HasDefaultValue(String, Object)
Declaration
public Nullable<bool> HasDefaultValue(string propertyName, object propertyValue)
Parameters
System.String
propertyName
|
System.Object
propertyValue
|
Returns
System.Nullable<System.Boolean>
|