ClassBindingPaths
Class
Internal use only
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public static class BindingPaths
Inheritance: objectBindingPaths
Methods
FillBindingPaths(object, Type, string, IList<string>, bool)
Internal use only
Declaration
cs-api-definition
public static void FillBindingPaths(object instance, Type targetType, string pathPrefix, IList<string> result, bool filterObsoleteProperties)
Parameters
instance
object
targetType
Type
pathPrefix
string
result
IList<string>
filterObsoleteProperties
bool
GetAvailableValues(object)
Internal use only
Declaration
cs-api-definition
public static IEnumerable<string> GetAvailableValues(object component)
Parameters
component
object
Returns
IEnumerable<string>