Class RadDependencyProperty
Inheritance
System.Object
RadDependencyProperty
Namespace: Telerik.Windows.Base
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class RadDependencyProperty : Object
Fields
UnsetValue
Declaration
public static readonly object UnsetValue
Field Value
System.
|
Properties
DefaultMetadata
IsAttached
Declaration
public bool IsAttached { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
OwnerType
Declaration
public Type OwnerType { get; }
Property Value
System.
|
PropertyType
Declaration
public Type PropertyType { get; }
Property Value
System.
|
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Register(String, Type, Type)
Declaration
public static RadDependencyProperty Register(string name, Type propertyType, Type ownerType)
Parameters
System.
|
System.
|
System.
|
Returns
Register(String, Type, Type, RadPropertyMetadata)
Declaration
public static RadDependencyProperty Register(string name, Type propertyType, Type ownerType, RadPropertyMetadata defaultMetadata)
Parameters
System.
|
System.
|
System.
|
Rad
|
Returns
RegisterAttached(String, Type, Type)
Declaration
public static RadDependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType)
Parameters
System.
|
System.
|
System.
|
Returns
RegisterAttached(String, Type, Type, RadPropertyMetadata)
Declaration
public static RadDependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType, RadPropertyMetadata defaultMetadata)
Parameters
System.
|
System.
|
System.
|
Rad
|
Returns
ToString()
Declaration
public override string ToString()
Returns
System.
|