編集

次の方法で共有


DataGridColumn.CellStyle Property

Definition

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

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

Property Value

Microsoft.UI.Xaml.Style

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

Applies to