Show / Hide Table of Contents

Enum ParameterDisplayType

The ways in which a parameter can be displayed.

Namespace: Phoenix.Views.Parameters
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public enum ParameterDisplayType

Fields

Name Description
ComboBox

The parameter uses a ComboBox display.

DateTime

The parameter uses a date and time display.

Decimal

The parameter uses a decimal display.

FilePath

The parameter uses a file path display.

Flag

The parameter uses a boolean flag display.

FolderPath

The parameter uses a folder path display.

Integer

The parameter uses an integer display.

MultiLineText

The parameter uses a multiple line text entry field.

MultiSelectListBox

The parameter uses a ListBox display allowing multiple selection.

None

The parameter uses no special entry field.

PasswordBox

The parameter uses an PasswordBox entry field.

Text

The parameter uses a basic text entry field.

  • View Source
In This Article
Back to top Generated by DocFX