CreateControlArgsCreationFlags Property |
These
ControlCreationFlags flags specify details about how the control to be created is to be used or presented.
For example,
ForListEdit specifies that the control is to be used in an editable list.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic ControlCreationFlags CreationFlags { get; }
Public ReadOnly Property CreationFlags As ControlCreationFlags
Get
Property Value
Type:
ControlCreationFlags
See Also