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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class ConditionOption : 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
|