Class PrintViewDefaults.Formats
Настройки по умолчанию для ValueFormat.
Inheritance
System.Object
PrintViewDefaults.Formats
Namespace:InfinniPlatform.PrintView.Defaults
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public static class Formats : object
Properties
| Improve this Doc View SourceDateTimeFormat
Строка форматирования даты и времени.
Declaration
public static string DateTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FalseText
Текст для отображения ложного значения.
Declaration
public static string FalseText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumberFormat
Строка форматирования числового значения.
Declaration
public static string NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrueText
Текст для отображения истинного значения.
Declaration
public static string TrueText { get; set; }
Property Value
Type | Description |
---|---|
System.String |