Class RadElementPropertyMetadata
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.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadElementPropertyMetadata : RadPropertyMetadata
Constructors
RadElementPropertyMetadata()
Declaration
public RadElementPropertyMetadata()
RadElementPropertyMetadata(Object)
Declaration
public RadElementPropertyMetadata(object defaultValue)
Parameters
System.Object
defaultValue
|
RadElementPropertyMetadata(Object, ElementPropertyOptions)
Declaration
public RadElementPropertyMetadata(object defaultValue, ElementPropertyOptions options)
Parameters
System.Object
defaultValue
|
ElementPropertyOptions
options
|
RadElementPropertyMetadata(Object, ElementPropertyOptions, PropertyChangedCallback)
Declaration
public RadElementPropertyMetadata(object defaultValue, ElementPropertyOptions options, PropertyChangedCallback propertyChangedCallback)
Parameters
System.Object
defaultValue
|
ElementPropertyOptions
options
|
PropertyChangedCallback
propertyChangedCallback
|
Properties
AffectsArrange
Declaration
public bool AffectsArrange { get; set; }
Property Value
System.Boolean
|
AffectsDisplay
Declaration
public bool AffectsDisplay { get; set; }
Property Value
System.Boolean
|
AffectsLayout
Declaration
public bool AffectsLayout { get; set; }
Property Value
System.Boolean
|
AffectsMeasure
Declaration
public bool AffectsMeasure { get; set; }
Property Value
System.Boolean
|
AffectsParentArrange
Declaration
public bool AffectsParentArrange { get; set; }
Property Value
System.Boolean
|
AffectsParentMeasure
Declaration
public bool AffectsParentMeasure { get; set; }
Property Value
System.Boolean
|
Cancelable
Declaration
public bool Cancelable { get; set; }
Property Value
System.Boolean
|
CanInheritValue
Declaration
public bool CanInheritValue { get; set; }
Property Value
System.Boolean
|
InvalidatesLayout
Declaration
public bool InvalidatesLayout { get; set; }
Property Value
System.Boolean
|
PropertyOptions
Declaration
public ElementPropertyOptions PropertyOptions { get; }
Property Value
ElementPropertyOptions
|
Methods
CreateInstance()
Declaration
protected override RadPropertyMetadata CreateInstance()
Returns
RadPropertyMetadata
|
Overrides
Merge(RadPropertyMetadata, RadProperty)
Declaration
protected override void Merge(RadPropertyMetadata baseMetadata, RadProperty dp)
Parameters
RadPropertyMetadata
baseMetadata
|
RadProperty
dp
|
Overrides
OnApply(RadProperty, Type)
Declaration
protected override void OnApply(RadProperty dp, Type targetType)
Parameters
RadProperty
dp
|
System.Type
targetType
|