London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IEditControl

Summary description for IEditControl

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
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