[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.NullableIndexConverter

NullableIndexConverter Class

Represents a converter that converts a nullable value to an index. Returns -1 if the value is null.

Inheritance
NullableIndexConverter
Implements
Namespace: GrapeCity.ActiveReports.Converters
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class NullableIndexConverter : IValueConverter

Constructors

Name Description
NullableIndexConverter()

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts a nullable value to an index.

ConvertBack(object, Type, object, CultureInfo)

Converts a value back to its original form.