Click or drag to resize
TextBoxControlValueAccessFunctionName Property
Gets or sets the unique name of the client function to be rendered, which can be used to get the value of the text box.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public string ValueAccessFunctionName { get; set; }

Property Value

Type: String
See Also