Gets or sets a value indicating whether to show the current tag and allow the user to edit its Value in the tags input dialog. The default is true.

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

Syntax

C#
public bool ShowInDialog { get; set; }
Visual Basic
Public Property ShowInDialog As Boolean
	Get
	Set

See Also