SaaS CMS has officially launched! Learn more now.

Interface IEditControl

Summary description for IEditControl

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public interface IEditControl

Properties

AllowNulls

Declaration
bool AllowNulls { get; set; }
Property Value
Type Description
System.Boolean

FieldName

Declaration
string FieldName { get; set; }
Property Value
Type Description
System.String

Label

Declaration
string Label { get; set; }
Property Value
Type Description
System.String

LabelWidth

Declaration
string LabelWidth { get; set; }
Property Value
Type Description
System.String

ReadOnly

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

RowCount

Declaration
int RowCount { get; set; }
Property Value
Type Description
System.Int32

ShowLabel

Declaration
bool ShowLabel { get; set; }
Property Value
Type Description
System.Boolean

TabIndex

Declaration
short TabIndex { set; }
Property Value
Type Description
System.Int16

Value

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

Methods

BindData(MetaField)

Declaration
void BindData(MetaField field)
Parameters
Type Name Description
MetaField field