Class Localizer.EditResourceIdentifiers.NewFormatItemDialog
Represents a class contains the localizer variables of simple add form.
Inheritance
System.Object
Localizer.EditResourceIdentifiers.NewFormatItemDialog
Namespace: Syncfusion.Windows.Forms.Localization
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class NewFormatItemDialog : Object
Constructors
NewFormatItemDialog()
Declaration
public NewFormatItemDialog()
Fields
CancelButton
Holds the cancel button text.
Declaration
public const string CancelButton = "&Cancel"
Field Value
| Type |
|---|
| System.String |
ExampleLabel
Holds the example label text.
Declaration
public const string ExampleLabel = "Example:"
Field Value
| Type |
|---|
| System.String |
FormTitle
Holds the form title text.
Declaration
public const string FormTitle = "Add item"
Field Value
| Type |
|---|
| System.String |
OkButton
Holds the ok button text.
Declaration
public const string OkButton = "&OK"
Field Value
| Type |
|---|
| System.String |
ValueLabel
Holds the value label text.
Declaration
public const string ValueLabel = "&Item:"
Field Value
| Type |
|---|
| System.String |