Class
AllowedTypesExtensions

Helper methods for populating the collection of types of an object implementing the IAllowedTypesSupport interface.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public static class AllowedTypesExtensions

Inheritance: objectAllowedTypesExtensions

Methods

AllowChartViewControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowChartViewControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowCloudControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowCloudControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowConversationalUIControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowConversationalUIControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowCoreControls<T>(T)

Adds the types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowCoreControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDataAssembly<T>(T)

Adds the types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDataAssembly<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDataControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDataControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDataServicesControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDataServicesControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDataVisualizationControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDataVisualizationControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDiagramsControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDiagramsControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDiagramsExtensionsControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDiagramsExtensionsControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDiagramsRibbonControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDiagramsRibbonControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowDockingControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowDockingControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowEntityFrameworkCoreControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowEntityFrameworkCoreControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowExpressionsControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowExpressionsControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

The IAllowedTypesSupport instance where the supported types from this assembly will be added.

Returns

T

The IAllowedTypesSupport that was passed in.

AllowFileDialogsControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowFileDialogsControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowFixedDocumentViewersControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowFixedDocumentViewersControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowFixedDocumentViewersUIControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowFixedDocumentViewersUIControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowGanttViewControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowGanttViewControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowGridViewControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowGridViewControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowImageEditorControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowImageEditorControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowInputControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowInputControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowMediaControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowMediaControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowNavigationControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowNavigationControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowPivotControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling")]
public static T AllowPivotControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowPivotFieldListControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling")]
public static T AllowPivotFieldListControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowRibbonViewControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowRibbonViewControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowRichTextBoxControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowRichTextBoxControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowScheduleViewControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowScheduleViewControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowSpreadsheetControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowSpreadsheetControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowSpreadsheetUIControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowSpreadsheetUIControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowSyntaxEditorControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowSyntaxEditorControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T

AllowTypes<T>(T, params Type[])

Adds the collection of types to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowTypes<T>(this T allowedTypesSupport, params Type[] types) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

types

Type[]

Returns

T

AllowVirtualGridControls<T>(T)

Adds the primitive and collection types along with types that inherit UIElement and TypeConverter from this assembly to the AllowedTypes collection.

Declaration

cs-api-definition
public static T AllowVirtualGridControls<T>(this T allowedTypesSupport) where T : IAllowedTypesSupport

Parameters

allowedTypesSupport

T

Returns

T