DataGridTextColumnValueStringFormat Property

Gets or sets the Value's string format. E.g. set "{0,0:0.0}%" and the result will be "50%" when the Value is 50. You can set String.Emtpy if you want to disable the string formatting. See Format(String, Object) method for more information.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual string ValueStringFormat { get; set; }

Property Value

String

Implements

IWrappableValueStringFormat

See Also