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.
- Applies to Card, Check box, Drop down, Gallery, List Box, Radio, Rating, Slider, Text input, and Toggle controls.
DelayOutput – Set to true to delay action during text input.
- Applies to Text input, Card
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.
- Applies to Add picture, Audio, Button, Camera, Check box, Column chart, Date Picker, Drop down, Export, Gallery, HTML text, Icon, Image, Import, Label, Line chart, List Box, Microphone, PDF viewer, Pen input, Pie chart, Radio, Rating, Shape, Slider, Text input, Timer, Toggle, and Video controls.
Items – The source of data that appears in a control such as a gallery, a list, or a chart.
- Applies to Column chart, Drop down, Gallery, Line chart, List Box, Pie chart, and Radio controls.
OnChange – Actions to perform when the user changes the value of a control (for example, by adjusting a slider).
- Applies to Add picture, Drop down, List Box, Radio, Rating, Slider, Text input, and Toggle controls.
OnSelect – Actions to perform when the user taps or clicks a control.
- Applies to Add picture, Button, Camera, Check box, Column chart, Date Picker, Drop down, Export, HTML text, Icon, Image, Import, Label, Line chart, List Box, Microphone, PDF viewer, Pen input, Pie chart, Radio, Rating, Shape, Slider, Text input, Timer, and Toggle controls.
Reset – Whether a control reverts to its default value. Also see the Reset function.
- Applies to Audio, Check box, Drop down, List Box, Microphone, Radio, Rating, Slider, Text input, Timer, Toggle, and Video controls.
Text – Text that appears on a control or that the user types into a control.
- Applies to Add picture, Button, Check box, Export, Import, Label, Text input, and Timer controls.
Tooltip – Explanatory text that appears when the user hovers over a control.
- Applies to Audio, Button, Camera, Check box, Drop down, HTML text, Image, Label, List Box, Microphone, PDF viewer, Pen input, Radio, Rating, Slider, Text input, Timer, Toggle, and Video controls.
Value – The value of an input control.
Visible – Whether a control appears or is hidden.
- Applies to Add picture, Audio, Button, Camera, Card, Check box, Column chart, Date Picker, Display form, Drop down, Edit form, Export, Gallery, HTML text, Icon, Image, Import, Label, Line chart, List Box, Microphone, PDF viewer, Pen input, Pie chart, Radio, Rating, Shape, Slider, Text input, Timer, Toggle, and Video controls.