EnumValueSource
Enum
Defines the source of current property value. See also
%RadObject.GetValueSource:
Telerik.WinControls.RadObject.GetValueSource%.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public enum ValueSource : short
Fields
Animation
Indicates that the reason for the property change is an animation effect.
DefaultValue
Indicates that the default value is set.
DefaultValueOverride
An overridden 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.