Skip to content

PropertyItem.DisplayFormat property

Gets or sets the display format to be passed to the formatter of a column. Note that display format has no effect on editors.

public string? DisplayFormat { get; set; }

Property Value

The display format.

See Also