MobileForms Toolkit Documentation

LinkCell.UrlFormatString Property

Gets or sets the format string used to convert data to link target.

public virtual string UrlFormatString {get; set;}

Property Value

The format string used to convert data to Target of the LinkClick event.

Remarks

The provided string is used as an argument to String.Format function, to convert data provided as a second argument. The data are represented by {0} in the format string.

See Also

LinkCell Class | Resco.Controls.AdvancedComboBox Namespace | Format