Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Represents the type of UI interface to be displayed.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration DisplayTemplate
'Usage
Dim instance As DisplayTemplate
[DataContractAttribute]
public enum DisplayTemplate
[DataContractAttribute]
public enum class DisplayTemplate
Members
| Member name | Description | |
|---|---|---|
| List | Represents a list style UI component. | |
| Slider | Represents a slider style UI component. | |
| SliderWithBars | Represents a slider with bars style UI component. | |
| Range | Represents a range style UI component. |