RadControls for WinForms

Defines the source of current property value. See also %RadObject.GetValueSource:
Telerik.WinControls.RadObject.GetValueSource%.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum ValueSource
Visual Basic
Public Enumeration ValueSource

Members

Member nameValueDescription
Unknown0 Indicates that the reason is unknown.
DefaultValue1 Indicates that the default value is set.
Inherited2 Indicates that the property changed is inherited.
DefaultValueOverride3 An overriden default value, has higher priority than Default and Inherited source.
Style4 Indicates that the reason for the property change is an applied theme.
Local5 Value is set locally through a CLR property setter.
PropertyBinding6 Indicates that the reason for the property change is data binding.
LocalFromBinding7 A value is applied through two-way binding.
Animation8 Indicates that the reason for the property change is an animation effect.

See Also