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