Skip to content

Latest commit

 

History

History
95 lines (54 loc) · 1.66 KB

File metadata and controls

95 lines (54 loc) · 1.66 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
Column in Microsoft Dataverse (Power Apps component framework API reference) | Microsoft Docs
Learn how to use different methods and properties available for column in Power Apps component framework.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

Column

[!INCLUDE column-description]

Available for

Model-driven and canvas apps

Properties

alias

The alias of the column.

Type: string

attributes

Only available for canvas apps.

Type: AttributeMetadata

cellType

Cell type. Only available for canvas apps.

Type: string

dataType

The data type of the column's values.

Type: string

disableSorting

Prevents the UI from making the column sortable. Only available for canvas apps.

Type: boolean

displayName

Localized display name for the column.

Type: string

isHidden

The column visibility state. Only available for canvas apps.

Type: boolean

isPrimary

Is specific column the primary column of the view's table. Only available for model-driven apps.

Type: boolean

name

Name of the column, unique in the dataset.

Type: string

order

The column order for the layout.

Type: number

visualSizeFactor

Customized column width ratios.

Type: number

Related articles

Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]