Table of Contents

Class TypeHelper

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Helper class with static methods to get the list of available properties/events.

public static class TypeHelper
Inheritance
TypeHelper

Methods

GetAvailableEvents(Type)

Gets the available events for the type.

GetAvailableProperties(object)

Gets available properties for an object, includes attached properties also.

GetAvailableProperties(Type)

Gets the available properties for the type.

GetCommonAvailableProperties(IEnumerable<object>)

Gets common properties between elements. Includes attached properties too.

GetCommonAvailableProperties(IEnumerable<Type>)

Gets the available properties common to all input types.