Gets or sets a value indicating whether [enable force server side validate].
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <BindableAttribute(False), _ CategoryAttribute("Validator"), _ DefaultValueAttribute("")> Public Property EnableForceServerSideValidate As Boolean |
| C# |
|---|
| [BindableAttribute(False)] [CategoryAttribute("Validator")] [DefaultValueAttribute("")] public bool EnableForceServerSideValidate { get; set; } |
| C++ |
|---|
| [BindableAttribute(False)] [CategoryAttribute(L"Validator")] [DefaultValueAttribute(L"")] public property bool EnableForceServerSideValidate sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute BindableAttribute(False) */ /** @attribute CategoryAttribute("Validator") */ /** @attribute DefaultValueAttribute("") */ /** property */ public bool get_EnableForceServerSideValidate(); /** property */ public void set_EnableForceServerSideValidate(bool value); |
| JScript |
|---|
| public function get EnableForceServerSideValidate() : bool public function set EnableForceServerSideValidate(value : bool); |
Property Value
if [enable force server side validate]; otherwise, .