Skip to main content

GridTemplateColumn.CellTemplate Property

Gets or sets a template that defines the appearance of column cells. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateCellsTemplateSelector")]
public DataTemplate CellTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that defines the appearance of column cells. The template’s data context is a CellData object.

See Also