ClassXamlImportSettings
Represents settings for importing XAML documents in the Telerik Windows Documents format provider.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Xaml
Assembly:Telerik.Windows.Controls.RichTextBox.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.
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
AssembliesTokens
Gets the collection of the assemblies tokens. Allows you to add your public keys tokens for additional security.
Declaration
public IDictionary<string, string> AssembliesTokens { get; }
Property Value
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