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