ConditionalValueSupplier.Converter Property
Gets or sets the conversion functionality that allows you to use any object as an indicator (not just a Boolean value).
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public IIndicatorConverter Converter { get; set; }
public:
property IIndicatorConverter^ Converter {
IIndicatorConverter^ get();
void set(IIndicatorConverter^ value);
}
Public Property Converter As IIndicatorConverter
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.WPF.IIndicatorConverter
An Microsoft.WindowsServerSolutions.Controls.WPF.IIndicatorConverter.
Remarks
The value of this property is an object whose Convert method converts the indicator's value to Boolean. The default converter is Microsoft.WindowsServerSolutions.Controls.WPF.BoolIndicatorConverter.
See Also
Microsoft.WindowsServerSolutions.Controls.WPF.BoolIndicatorConverter
Microsoft.WindowsServerSolutions.Controls.WPF.IIndicatorConverter
Indicator
ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top