Enum ValueSource
Defines the source of current property value. See also
%RadObject.GetValueSource:
Telerik.WinControls.RadObject.GetValueSource%.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum ValueSource : short
Animation
Indicates that the reason for the property change is an animation effect.
DefaultValue
Indicates that the default value is set.
DefaultValueOverride
An overriden default value, has higher priority than Default and Inherited source.
Inherited
Indicates that the property changed is inherited.
Local
Value is set locally through a CLR property setter.
LocalFromBinding
A value is applied through two-way binding.
PropertyBinding
Indicates that the reason for the property change is data binding.
Style
Indicates that the reason for the property change is an applied theme.
Unknown
Indicates that the reason is unknown.