Click or drag to resize

PagePropertiesTabOrderAttributes Property

Specifies how the page's mapper should tab order controls in detail forms. Ignored if the mapper's NoTabOrdering attribute is set. If non-zero, overrides any mapper-level TabOrderAttributes setting. See TabOrderAttrs

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
TabOrderAttrs TabOrderAttributes { get; }

Property Value

Type: TabOrderAttrs
Specifies how the page's mapper should tab order controls in detail forms. Ignored if the mapper's NoTabOrdering attribute is set. If non-zero, overrides any mapper-level TabOrderAttributes setting. See TabOrderAttrs
See Also