menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.Styles - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.Styles

    Classes

    CachedStyleInfoSubObjectIdentity

    Provides style identity information for nested expandable objects of the GridStyleInfo and TreeStyleInfo classes.

    CheckBoxStyleInfoBase

    Represents a class that contains the properties for customizing the styles of the check box.

    CheckBoxStyleInfoStore

    Implements the data store for the CheckBoxStyleInfoBase object.

    CloneablePropertyAttribute

    Specifies whether a property should be cloned.

    DisposeablePropertyAttribute

    Specifies whether a property should be disposed.

    SerializePropertyAttribute

    Specifies whether a property should be serialized.

    StaticData

    Holds all StyleInfoProperties used by derived classes. This should go in a product specific StaticData.

    The concrete Style class could provide a static memory StaticData that belongs to the process and library.

    StaticDataFieldAttribute

    Allows you to specify a custom name for the StaticData field in a StyleInfoStore.

    StyleChangedEventArgs

    Provides data for the Changed event.

    StyleInfoBase

    Provides a wrapper object for the StyleInfoStore object with type safe access to all properties stored in the style object.

    Style objects provide a very user friendly way to modify data. It is very much like in Excel VBA. For example, to change the bold setting for a cell, you simply call grid[5,2].Font.Bold = True.

    StyleInfoBaseConverter

    Provides a type converter to convert expandable objects to and from various other representations.

    StyleInfoForm

    A form that displays a StyleInfoPropertyGrid with Apply and OK buttons.

    StyleInfoIdentityBase

    This is an abstract base class that provides identity information for StyleInfoBase objects.

    StyleInfoObjectStore
    StyleInfoProperty

    Provides a unique identifier for a property in a style object and stores information about the associated property.

    StyleInfoPropertyConvertEventArgs

    Provides data for the Format and Parse events.

    StyleInfoPropertyGrid

    StyleInfoPropertyGrid is a System.Windows.Forms.PropertyGrid that will reset a specific property when the user right-clicks on the item.

    StyleInfoPropertyReadXmlEventArgs

    Provides data for the ReadXml event.

    StyleInfoPropertyWriteXmlEventArgs

    Provides data for the WriteXml event.

    StyleInfoStore

    Provides storage for the StyleInfoBase object.

    StyleInfoSubObjectBase

    StyleInfoSubObjectBase is an abstract base class for classes to be used as subobjects in a StyleInfoBase.

    StyleInfoSubObjectIdentity

    Provides style identity information for subobjects.

    ValueConvert

    ValueConvert provides conversion routines for values to convert them to another type and routines for formatting values.

    VisualStyleBase

    Represents the base class for visual styles to define the elements style.

    VisualStyleInfoStore

    Provides storage for the VisualStyleBase object.

    Interfaces

    IStyleChanged

    Implements the StyleChanged(StyleChangedEventArgs) method which is called from OnStyleChanged(StyleInfoProperty) of a StyleInfoBase if the object is in WeakReferenceChangedListeners collection.

    IStyleCloneable

    Implement this interface if you want to assign this class to a StyleInfoBase object's property and you need to control whether the object should be cloned.

    IStyleInfo

    Defines an interface implemented both by StyleInfoBase and StyleInfoStore that allows you to check the state of the object, read and write specific property and execute style operations with the ModifyStyle(IStyleInfo, StyleModifyType). method.

    IStyleInfoSubObject

    IStyleInfoSubObject defines an interface for classes used as sub-objects in a StyleInfoBase.

    Enums

    SerializeXmlBehavior

    Defines how to serialize property when style data is serialized to or from an XML stream. with System.Xml.Serialization.XmlSerializer.

    StyleInfoPropertyOptions

    Specifies the options for style properties.

    StyleModifyType

    StyleModifyType defines style operations for ModifyStyle(IStyleInfo, StyleModifyType).

    Delegates

    StyleChangedEventHandler

    Handles the Changed event.

    StyleInfoPropertyConvertEventHandler

    Handles the Format or Parse event.

    StyleInfoPropertyReadXmlEventHandler

    Handles the ReadXml event of StyleInfoProperty.

    StyleInfoPropertyWriteXmlEventHandler

    Handles the WriteXml event of StyleInfoProperty.

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