Enum AttachedPropertyUsage
Specifies the scope where an attached property can be applied and how it affects elements.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum AttachedPropertyUsage
Remarks
Attached properties can be applied to different elements in the hierarchy with varying effects and applicability. This enumeration defines the valid usage patterns for attached properties within the RadProperty system.
Anywhere
Specifies that the attached property can be applied anywhere in the element tree.
Children
Specifies that the attached property applies to direct child elements.
Descendants
Specifies that the attached property applies to all descendant elements.
Self
Specifies that the attached property applies only to the element it is set on.