menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConditionalFormatRuleBase - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConditionalFormatRuleBase

    Base class used to create IconSets, DataSets, color scaling.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    DescriptorBase
    ConditionalFormatRuleBase
    ConditionalFormatDataBarRule
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    Inherited Members
    DescriptorBase.CanResetValue()
    DescriptorBase.Dispose(Boolean)
    DescriptorBase.Disposed
    DescriptorBase.Disposing
    DescriptorBase.InDisposed
    DescriptorBase.IsDisposed
    DescriptorBase.OnDisposed(EventArgs)
    DescriptorBase.Reset()
    DescriptorBase.ShouldSerialize()
    DescriptorBase.ToString()
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    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
    DescriptorBase.GetName()

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved