Core properties in Power Apps

Configure whether the user can see and interact with a control.

Properties

Default – The initial value of a control before it is changed by the user.

DelayOutput – Set to true to delay action during text input.

DisplayMode – Values can be Edit, View, or Disabled. Configures whether the control allows user input (Edit), only displays data (View) or is disabled (Disabled). In View mode, input controls such as Text input, Drop down, Date Picker will only display the text value and will not render any interactive elements or decorations. This makes them suitable to be displayed in Forms or as readable output.

Items – The source of data that appears in a control such as a gallery, a list, or a chart.

OnChange – Actions to perform when the user changes the value of a control (for example, by adjusting a slider).

OnSelect – Actions to perform when the user taps or clicks a control.

Reset – Whether a control reverts to its default value. Also see the Reset function.

Text – Text that appears on a control or that the user types into a control.

Tooltip – Explanatory text that appears when the user hovers over a control.

Value – The value of an input control.

Visible – Whether a control appears or is hidden.