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