ClassXamlImportSettings
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Xaml
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class XamlImportSettings
Inheritance: objectXamlImportSettings
Derived Classes:
Constructors
XamlImportSettings()
Declaration
public XamlImportSettings()
Properties
AllowedAssemblies
Gets the collection of the assemblies where the allowed types for the XAML import are.
Declaration
public HashSet<string> AllowedAssemblies { get; }
Property Value
HashSet<string>
AllowedTypes
Gets the collection of the allowed types for the XAML import. Add any types used in your specific XAML files.
Declaration
public ICollection<Type> AllowedTypes { get; set; }
Property Value
ICollection<Type>
AssembliesTokens
Gets the collection of the assemblies tokens. Allows you to add your public keys tokens for additional security.
Events
ImageImported
Declaration
public event EventHandler<ImageImportedEventArgs> ImageImported
Event Value
InlineUIContainerImported
Declaration
public event EventHandler<InlineUIContainerImportedEventArgs> InlineUIContainerImported
Event Value
PreProcessingXaml
This event allows you to edit the Xaml before the import or cancel the import if you are not sure that the Xaml is safe.
Declaration
public event EventHandler<PreProcessingXamlEventArgs> PreProcessingXaml
Event Value