ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / Input Extenders / Input Extenders Tutorial / Step 2 of 3: Customizing the Input Extender Controls
In This Topic
    Step 2 of 3: Customizing the Input Extender Controls
    In This Topic

    In this topic you will set some of the properties for the Input Extender controls.

    1.       Select View | Properties Window in the Visual Studio menu.

    2.       Click the drop-down list at the top of the Properties window and select TextBox1_C1InputNumberExtender.

    3.       Set the C1InputNumberExtender.DecimalPlaces property to 0 and the C1InputExtenderBase.ShowSpinner property to True.

    4.       Click the drop-down list at the top of the Properties window and select TextBox2_C1InputDateExtender.

    5.       Set the C1InputDateExtender.StartYear property to 2010 and the C1InputDateExtender.MinDate property to 7/1/2010.

    6.       Click the drop-down list at the top of the Properties window and select TextBox3_C1InputMaskExtender.

    7.       Set the C1InputMaskExtender.Mask property to 000-00-0000 and C1InputMaskExtender.PromptChar to #.

    Now run the project to see the formatted Input textboxes.