DataGridColumn.CellStyle Property

Definition

Gets or sets the style that is used when rendering cells in the column.

public Windows.UI.Xaml.Style CellStyle { get; set; }
member this.CellStyle : Windows.UI.Xaml.Style with get, set
Public Property CellStyle As Style

Property Value

Windows.UI.Xaml.Style

The style that is used when rendering cells in the column. The default is null.

Applies to