Gets or sets the class name of the export options dialog form.
Namespace:
C1.Win.C1PrintPreviewAssembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [EditorAttribute(typeof(ExporterOptions..::.OptionsDialogClassNameDropDownEditor), typeof(UITypeEditor))] public string OptionsDialogClassName { get; set; } |
Visual Basic (Declaration) |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <EditorAttribute(GetType(ExporterOptions..::.OptionsDialogClassNameDropDownEditor), GetType(UITypeEditor))> _ Public Property OptionsDialogClassName As String |