Gets the type of form which is used to edit export options by default. This implementation returns DocxOptionsForm type.

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

Syntax

C#
public override Type DefaultOptionsFormClass { get; }
Visual Basic
Public Overrides ReadOnly Property DefaultOptionsFormClass As Type
	Get

See Also