Class
DefaultValueBag

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DefaultValueBag

Inheritance: objectDefaultValueBag

Constructors

DefaultValueBag(Type)

Declaration

cs-api-definition
public DefaultValueBag(Type type)

Parameters

type

Type

Methods

HasDefaultValue(string, object)

Declaration

cs-api-definition
public bool? HasDefaultValue(string propertyName, object propertyValue)

Parameters

propertyName

string

propertyValue

object

Returns

bool?