menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridFontInfoStore - API Reference

    Show / Hide Table of Contents

    Class GridFontInfoStore

    Implements the data store for the GridFontInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridFontInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.ToString()
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.Clear()
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.WriteXml(XmlWriter)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.GetSchema()
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsEmpty
    StyleInfoStore.IsChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    [StaticDataField("sd")]
    public class GridFontInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    GridFontInfoStore()

    Initializes an empty instance ofGridFontInfoStore class.

    Declaration
    public GridFontInfoStore()

    Fields

    BoldProperty

    Provides information about the Bold property.

    Declaration
    public static readonly StyleInfoProperty BoldProperty
    Field Value
    Type Description
    StyleInfoProperty

    FacenameProperty

    Provides information about the Facename property.

    Declaration
    public static readonly StyleInfoProperty FacenameProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItalicProperty

    Provides information about the Italic property.

    Declaration
    public static readonly StyleInfoProperty ItalicProperty
    Field Value
    Type Description
    StyleInfoProperty

    OrientationProperty

    Provides information about the Orientation property.

    Declaration
    public static readonly StyleInfoProperty OrientationProperty
    Field Value
    Type Description
    StyleInfoProperty

    SizeProperty

    Provides information about the Size property.

    Declaration
    public static readonly StyleInfoProperty SizeProperty
    Field Value
    Type Description
    StyleInfoProperty

    StrikeoutProperty

    Provides information about the Strikeout property.

    Declaration
    public static readonly StyleInfoProperty StrikeoutProperty
    Field Value
    Type Description
    StyleInfoProperty

    UnderlineProperty

    Provides information about the Underline property.

    Declaration
    public static readonly StyleInfoProperty UnderlineProperty
    Field Value
    Type Description
    StyleInfoProperty

    UnitProperty

    Provides information about the Unit property.

    Declaration
    public static readonly StyleInfoProperty UnitProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

    Declaration
    protected override StaticData StaticDataStore { get; }
    Property Value
    Type Description
    StaticData
    Overrides
    StyleInfoStore.StaticDataStore

    Methods

    Clone()

    Creates an exact copy of the current object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    Copied object.

    Overrides
    StyleInfoStore.Clone()

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable

    See Also

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