Class ConditionalRule
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.Svg.ExCSS
Assembly: TelerikCommon.dll
Syntax
public abstract class ConditionalRule : AggregateRule, ISupportsRuleSets
Constructors
ConditionalRule()
Declaration
protected ConditionalRule()
Properties
Condition
Declaration
public virtual string Condition { get; set; }
Property Value
System.String
|