ClassRadRangeAttribute
Class
The RadRangeAttribute is an attribute which specifies the allowed range of values. It can be applied to properties declarations only. It is used by an editor when the propertyes is being edited.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Property)]
public class RadRangeAttribute : Attribute, _Attribute
Inheritance: objectAttributeRadRangeAttribute
Implements:
Inherited Members
Constructors
RadRangeAttribute(long, long)
Creates a new instance of the RadRangeAttribute attribute withe the specific range.