ComponentOne Input for ASP.NET AJAX: Client-Side Functionality > Client-Side Properties

Client-Side Properties

The following conventions are used when access the client object properties:

      Server properties on the client are implemented as a pair of Get- and Set- methods.

      Method names must start with "get_" (Get-method) and "set_" (Set-method) followed with the server  property name. The first letter of the server property name must be lowercase (camel case).

For more information about the client-side properties and methods, see the C1MaskedInput client-side reference section of this documentation.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.