Skip to main content

Enum MetadataModelPropertyUiEditorType

Namespace: Varigence.Languages.Biml.Metadata

Assembly: Biml.dll

C#


public enum MetadataModelPropertyUiEditorType

Fields

FieldsDescription
AutomaticSpecifies that a the type of editor control should be automatically selected based on the data type of the parent property.
NumberSpecifies that a number spinner editor control should be used.
ReadonlySpecifies that a readonly label control should be used.
SelectSpecifies that a selection combo box editor control should be used.
TextSpecifies that a textbox editor control should be used.