Click or drag to resize

PropertySupport Class

Provides support for extracting property information based on a property expression.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsPropertySupport

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class PropertySupport

The PropertySupport type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExtractPropertyNameTProperty(ExpressionFuncTProperty) Extracts the property name from a property expression.
Public methodStatic memberExtractPropertyNameT, TProperty(ExpressionFuncT, TProperty) Extracts the property name from a property expression.
Public methodStatic memberGetEventArgsT Gets the PropertyChangedEventArgs for the specified property.
Public methodStatic memberTryExtractPropertyNameTProperty(ExpressionFuncTProperty) Extracts the property name from a property expression.
Public methodStatic memberTryExtractPropertyNameT, TProperty(ExpressionFuncT, TProperty) Extracts the property name from a property expression.
Top
See Also