Class ConditionOption
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.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class ConditionOption
Constructors
ConditionOption()
Declaration
public ConditionOption()
Properties
Condition
Gets or sets the condition.
Declaration
public object Condition { get; set; }
Property Value
System.Object
The condition. |
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
The display name. |