EntryDefinition Order Property

Gets or sets Order of where this entry is to be placed on the screen in comparison to other EntryDefinitions associated with the Parent FormDefinition. If no Order is set then the items will be placed in the order that they are defined in the FormDefinition.

Namespace:  Scribe.Core.ConnectorApi.ConnectionUI

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   int   Order { get; set; }

Property Value

Type: Int32

See

EntryDefinition Class

Scribe.Core.ConnectorApi.ConnectionUI Namespace