Enum
ValueSource

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.

Declaration

cs-api-definition
Animation = 8

Field Value

ValueSource

DefaultValue

Indicates that the default value is set.

Declaration

cs-api-definition
DefaultValue = 1

Field Value

ValueSource

DefaultValueOverride

An overridden default value, has higher priority than Default and Inherited source.

Declaration

cs-api-definition
DefaultValueOverride = 3

Field Value

ValueSource

Inherited

Indicates that the property changed is inherited.

Declaration

cs-api-definition
Inherited = 2

Field Value

ValueSource

Local

Value is set locally through a CLR property setter.

Declaration

cs-api-definition
Local = 5

Field Value

ValueSource

LocalFromBinding

A value is applied through two-way binding.

Declaration

cs-api-definition
LocalFromBinding = 7

Field Value

ValueSource

PropertyBinding

Indicates that the reason for the property change is data binding.

Declaration

cs-api-definition
PropertyBinding = 6

Field Value

ValueSource

Style

Indicates that the reason for the property change is an applied theme.

Declaration

cs-api-definition
Style = 4

Field Value

ValueSource

Unknown

Indicates that the reason is unknown.

Declaration

cs-api-definition
Unknown = 0

Field Value

ValueSource