Interface IEditControl
Summary description for IEditControl
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public interface IEditControl
Properties
Declaration
bool AllowNulls { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
string FieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string LabelWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
int RowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
bool ShowLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Int16 |
|
Declaration
object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
Declaration
void BindData(MetaField field)
Parameters