Show / Hide Table of Contents

Interface IControl

Namespace: SuperOffice.DCF.Web.UI
Assembly: SuperOffice.DCFWeb.dll
Syntax
public interface IControl

Properties

Align

Declaration
string Align { get; set; }
Property Value
Type Description
String

Caption

Declaration
string Caption { get; set; }
Property Value
Type Description
String

CaptionBinding

Declaration
BindingType CaptionBinding { get; set; }
Property Value
Type Description
BindingType

ContextStyle

Declaration
ContextStyle ContextStyle { get; set; }
Property Value
Type Description
ContextStyle

DataRight

Declaration
DataRight DataRight { get; set; }
Property Value
Type Description
DataRight

DataSource

Declaration
object DataSource { get; set; }
Property Value
Type Description
Object

DataSourceName

Declaration
string DataSourceName { get; set; }
Property Value
Type Description
String

Disabled

Declaration
bool Disabled { get; set; }
Property Value
Type Description
Boolean

DisplayAccessKey

Declaration
bool DisplayAccessKey { get; set; }
Property Value
Type Description
Boolean

EditMode

Declaration
bool EditMode { get; set; }
Property Value
Type Description
Boolean

FieldLength

Declaration
int FieldLength { get; }
Property Value
Type Description
Int32

FieldRight

Declaration
FieldRight FieldRight { get; }
Property Value
Type Description
FieldRight

ForcedDisabled

Declaration
bool ForcedDisabled { get; set; }
Property Value
Type Description
Boolean

ForcedMode

Declaration
ForcedMode ForcedMode { get; set; }
Property Value
Type Description
ForcedMode

IsValid

Declaration
bool IsValid { get; }
Property Value
Type Description
Boolean

MenuObject

Declaration
IMenuObject MenuObject { get; set; }
Property Value
Type Description
IMenuObject

ReadOnly

Declaration
bool ReadOnly { get; set; }
Property Value
Type Description
Boolean

TableRight

Declaration
TableRight TableRight { get; }
Property Value
Type Description
TableRight

TableRightName

Declaration
string TableRightName { get; set; }
Property Value
Type Description
String

TableRightNameBinding

Declaration
BindingType TableRightNameBinding { get; set; }
Property Value
Type Description
BindingType

Tooltip

Declaration
string Tooltip { get; set; }
Property Value
Type Description
String

TooltipBinding

Declaration
BindingType TooltipBinding { get; set; }
Property Value
Type Description
BindingType

Validations

Declaration
List<IValidation> Validations { get; set; }
Property Value
Type Description
List<IValidation>

Methods

BeforeDataBind()

Declaration
void BeforeDataBind()

Initialize(XmlNode, String)

Declaration
void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id

UpdateDataSource()

Declaration
void UpdateDataSource()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top