Class ConditionalFormatRuleBase
Base class used to create IconSets, DataSets, color scaling.
Inheritance
System.Object
ConditionalFormatRuleBase
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class ConditionalFormatRuleBase : DescriptorBase, ICustomTypeDescriptor, IDisposable
Constructors
ConditionalFormatRuleBase()
Initialize the new instance for ConditionalFormatRuleBaseclass.
Declaration
public ConditionalFormatRuleBase()
ConditionalFormatRuleBase(GridConditionalFormatDescriptor)
Initialize the new instance for class ConditionalFormatRuleBase.
Declaration
public ConditionalFormatRuleBase(GridConditionalFormatDescriptor gridConditionalFormatDescriptor)
Parameters
Type | Name | Description |
---|---|---|
GridConditionalFormatDescriptor | gridConditionalFormatDescriptor | The GridConditionalFormatDescriptor contains descriptor properties and methods. |
Methods
Clone()
Creates a copy of this object.
Declaration
public virtual ConditionalFormatRuleBase Clone()
Returns
Type | Description |
---|---|
ConditionalFormatRuleBase | A copy of this object. |
Dispose()
Dispose the conditionalFormatRuleBase object and properties.
Declaration
public void Dispose()
GetName()
Provides the collection name.
Declaration
public override string GetName()
Returns
Type | Description |
---|---|
System.String | Returns the string collection name. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable