Namespace Syncfusion.Windows.Styles
Classes
CachedStyleInfoSubObjectIdentity
Provides style identity information for nested expandable objects of the GridStyleInfo and TreeStyleInfo classes. |
CloneablePropertyAttribute
Specifies whether a property should be cloned. |
DisposeablePropertyAttribute
Specifies whether a property should be disposed. |
SerializePropertyAttribute
Specifies whether a property should be serialized. |
SerializeXmlBehavior
Defines how to serialize property when style data is serialized to or from an XML stream. with System.Xml.Serialization.XmlSerializer. |
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. |
StyleChangedEventHandler
Handles 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. |
StyleInfoIdentityBase
This is an abstract base class that provides identity information for StyleInfoBase objects. |
StyleInfoProperty
Provides a unique identifier for a property in a style object and stores information about the associated property. |
StyleInfoPropertyConvertEventArgs |
StyleInfoPropertyConvertEventHandler |
StyleInfoPropertyOptions
Specifies the options for style properties. |
StyleInfoPropertyReadXmlEventArgs
Provides data for the ReadXml event. |
StyleInfoPropertyReadXmlEventHandler
Handles the ReadXml event of StyleInfoProperty. |
StyleInfoPropertyWriteXmlEventArgs
Provides data for the WriteXml event. |
StyleInfoPropertyWriteXmlEventHandler
Handles the WriteXml event of StyleInfoProperty. |
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. |
StyleModifyType
StyleModifyType defines style operations for ModifyStyle(IStyleInfo, StyleModifyType). |
ValueConvert
ValueConvert provides conversion routines for values to convert them to another type and routines for formatting values. |
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. |