Gets gets sets a value that indicates how the field is used, output, input, both (input and output), or hidden.
Syntax
BegProp Usage Access(*Public ) Type(ASNA.Monarch.WebDspF.FieldUsages) BegGet; BegSet
Property Values
ANSA.Monarch.WebDspF.FieldUsages. One of the valid enumeration values indicating how the field is to be used.
Remarks
To set the Usage property, click on the right side of the property window and choose one of the values from the drop-down box: Hidden, OutputOnly, InputOnly, or Both. The default is both(input and output).
When this property is set to OutputOnly, Monarch Framework appends "_OutputOnly" to the control's CssClass property at runtime. For example, if the CssClass property at runtime is "DdsDecField", then at runtime the control's generated HTML class attribute would be class="DdsDecField_OutputOnly".
Requirements
Namespace: ASNA.Monarch.WebDspF
Assembly: ASNA.Monarch.WebDspF.DLL
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro