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.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual string ValueStringFormat { get; set; }
Public Overridable Property ValueStringFormat As String
Get
Set
StringIWrappableValueStringFormat