New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Telerik.Web.UI.LongRangeMaskPart

Represents a MaskPart which accepts numbers in a specified range.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.MaskPart
  • Telerik.Web.UI.LongRangeMaskPart

Properties

LowerLimit Int64

Gets or sets the smallest possible value the part can accept.

UpperLimit Int64

Gets or sets the largest possible value the part can accept.

Methods

ToString

Returns the friendly name of the part.

Returns

System.String