Web control derived from C1NumericInput specialized for editing percent values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LicenseProviderAttribute]
[DefaultPropertyAttribute("Value")]
[ToolboxDataAttribute("<{0}:C1PercentInput runat=server  Height="22px" Width="155px"></{0}:C1PercentInput>")]
[ToolboxBitmapAttribute(typeof(C1PercentInput), "C1NumericInput.C1PercentInput.png")]
[DefaultEventAttribute("ValueChanged")]
public class C1PercentInput : C1NumericInput
Visual Basic (Declaration)
<LicenseProviderAttribute> _
<DefaultPropertyAttribute("Value")> _
<ToolboxDataAttribute("<{0}:C1PercentInput runat=server  Height="22px" Width="155px"></{0}:C1PercentInput>")> _
<ToolboxBitmapAttribute(GetType(C1PercentInput), "C1NumericInput.C1PercentInput.png")> _
<DefaultEventAttribute("ValueChanged")> _
Public Class C1PercentInput _
	Inherits C1NumericInput

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1.Web.UI.Controls.C1Input..::..C1InputBase
          C1.Web.UI.Controls.C1Input..::..C1MaskedInput
            C1.Web.UI.Controls.C1Input..::..C1NumericInput
              C1.Web.UI.Controls.C1Input..::..C1PercentInput

See Also