Gets or sets a TagInputParams object that is used by the tag input dialog to customize the editor for the current tag. By default, this property is null.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public TagInputParams InputParams { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property InputParams As TagInputParams
	Get
	Set

Remarks

The TagInputParams class is abstract, the following types derived from it can be used, depending on the current tag's type:

See Also