FilterBuilderPanel FilterBuilderPanelFormType EnumerationA Sandcastle Documented Class Library
Designates what type of form the filter builder panel has selected.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum FilterBuilderPanelFormType
Members

  Member nameValueDescription
DROP_DOWN_LIST1 Represents a single select drop down list.
LIST_BOX2 Represents a multiple select drop down list.
TXT_FIELD3 Represents a single entry text field.
DATE_FIELD4 Represents a single entry text field for dates.
TIME_FIELD5 Represents a single entry text field for time.
BETWEEN_VALUES_TXT6 Represents a range of values specified by two text fields.
BETWEEN_VALUES_DATE7 Represents a range of values specified by two text fields for dates.
BETWEEN_VALUES_TIME8 Represents a range of values specified by two text fields for times.
BETWEEN_VALUES_LIST_CODED9 Represents a range of values specified by the two drop down lists.
See Also