Class ConditionOption
Represents an available condition option. This is for internal use only and is not intended to be used directly from your code.
Inheritance
System.Object
ConditionOption
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class ConditionOption : Object, INamed
Properties
Condition
Gets the condition used for this ConditionOption.
Declaration
public object Condition { get; }
Property Value
System.Object
|
DisplayName
Gets the display friendly name of the condition option.
Declaration
public string DisplayName { get; }
Property Value
System.String
|