BooleanToGridSelectionModeConverter Class

Converts a value of to Extended and to Single.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class BooleanToGridSelectionModeConverter : IValueConverter
Inheritance
Object    BooleanToGridSelectionModeConverter
Implements
IValueConverter

Constructors

BooleanToGridSelectionModeConverterInitializes a new instance of the BooleanToGridSelectionModeConverter class

Methods

Convert Converts a value of to Extended and to Single.
ConvertBack Converts a value back from the target type to its original form.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also