Version

Description Property (ComparisonOperatorListItem)

Gets a the description of the operator that can be used for display (read-only).
Syntax
'Declaration
 
Public ReadOnly Property Description As String
public string Description {get;}
Remarks

Note: this value is obtained from resources in this assembly. They can be changed programmatically by calling the Infragistics.Shared.ResourceCustomizer.SetCustomizedString method of the Infragistics.Windows.Resources.Customizer exposed off Infragistics.Windows.Resources. The identifier strings for these resources begin with 'ComparisonOperator_' and are appended with the enum string. For example, 'ComparisonOperator_Equals', 'ComparisonOperator_NotEquals' etc.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also