FieldsPropertyTModelFormatSetter - свойство
Gets or sets Метод установки значения для форматера
Пространство имён: Tessa.UI.Views.Charting.PropertiesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public Action<TModel, string> FormatSetter { get; set; }
Public Property FormatSetter As Action(Of TModel, String)
Get
Set
public:
property Action<TModel, String^>^ FormatSetter {
Action<TModel, String^>^ get ();
void set (Action<TModel, String^>^ value);
}
member FormatSetter : Action<'TModel, string> with get, set
Значение свойства
ActionTModel,
String