Click or drag to resize

StiDialogInfo Constructor (StiDateTimeType, String, Boolean, String, String)

Initializes a new instance of the StiDialogInfo class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDialogInfo(
	StiDateTimeType type,
	string mask,
	bool allowUserValues,
	string[] keys,
	string[] values
)

Parameters

type
Type: Stimulsoft.Report.DictionaryStiDateTimeType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDialogInfo.#ctor(Stimulsoft.Report.Dictionary.StiDateTimeType,System.String,System.Boolean,System.String[],System.String[])"]

mask
Type: SystemString

[Missing <param name="mask"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDialogInfo.#ctor(Stimulsoft.Report.Dictionary.StiDateTimeType,System.String,System.Boolean,System.String[],System.String[])"]

allowUserValues
Type: SystemBoolean

[Missing <param name="allowUserValues"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDialogInfo.#ctor(Stimulsoft.Report.Dictionary.StiDateTimeType,System.String,System.Boolean,System.String[],System.String[])"]

keys
Type: SystemString

[Missing <param name="keys"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDialogInfo.#ctor(Stimulsoft.Report.Dictionary.StiDateTimeType,System.String,System.Boolean,System.String[],System.String[])"]

values
Type: SystemString

[Missing <param name="values"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDialogInfo.#ctor(Stimulsoft.Report.Dictionary.StiDateTimeType,System.String,System.Boolean,System.String[],System.String[])"]

See Also