Gets or sets the double values format.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
string DoubleFormat { get; set; }
Visual Basic
Property DoubleFormat As String
	Get
	Set
JScript
function get DoubleFormat () : String
function set DoubleFormat (value : String)

See Also