Interface ISoCheckBox
Inherited Members
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public interface ISoCheckBox : IControl
Properties
FieldRight
Declaration
FieldRight FieldRight { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldRight |
ID
Declaration
string ID { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
OnClientClick
Declaration
string OnClientClick { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Value
Declaration
int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
DataBind()
Declaration
void DataBind()