DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if this system supports editing the lookups in the query wizard
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool AllowLookupEdit { get; set; } |
Visual Basic |
---|
Public Property AllowLookupEdit As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool AllowLookupEdit {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if this system editing the lookups in the query wizard
Return Value
Type:
BooleanTrue if this system editing the lookups in the query wizard
Remarks
See Also