AutoEditableItemStyleTextBoxFormatString Property

Gets or sets the string that is used to format the output text via String.Format(String, Object) method. It is useful when the data are provided through a DataSource (Data binding).

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public string FormatString { get; set; }

Property Value

String

See Also