Click or drag to resize

CellChooserAttrs Enumeration

Cell attributes specific to Chooser cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellChooserAttrs
Members
  Member nameValueDescription
ProvideLabel1Provide a label for the Chooser. Normally Chooser controls do not get separate labels.
Searchable2Expose the Chooser's built-in . Normally Chooser controls do not get separate labels.
See Also