menu

WPF

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

    Show / Hide Table of Contents

    Class GridErrorStyleInfoStore

    Implements the data store for the GridMaskEditInfo object.

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

    Constructors

    GridErrorStyleInfoStore()

    Initializes a new empty GridErrorStyleInfoStore.

    Declaration
    public GridErrorStyleInfoStore()

    Fields

    ErrorContentAlignmentProperty

    Provides information about the ErrorContentAlignment property.

    Declaration
    public static readonly StyleInfoProperty ErrorContentAlignmentProperty
    Field Value
    Type
    StyleInfoProperty

    ErrorCustomImageProperty

    Provides information about the CustomImage property.

    Declaration
    public static readonly StyleInfoProperty ErrorCustomImageProperty
    Field Value
    Type
    StyleInfoProperty

    ErrorMessageProperty

    Provides information about the ErrorMessage property.

    Declaration
    public static readonly StyleInfoProperty ErrorMessageProperty
    Field Value
    Type
    StyleInfoProperty

    ErrorTooltipBackgroundBrushProperty

    Provides information about the ErrorTooltipBackgroundBrush property.

    Declaration
    public static readonly StyleInfoProperty ErrorTooltipBackgroundBrushProperty
    Field Value
    Type
    StyleInfoProperty

    ErrorTooltipForegroundBrushProperty

    Provides information about the ErrorTooltipForegroundBrush property.

    Declaration
    public static readonly StyleInfoProperty ErrorTooltipForegroundBrushProperty
    Field Value
    Type
    StyleInfoProperty

    ErrorTooltipTemplateKeyProperty

    Provides information about the ErrorTooltipTemplateKey property.

    Declaration
    public static readonly StyleInfoProperty ErrorTooltipTemplateKeyProperty
    Field Value
    Type
    StyleInfoProperty

    ErrorTypeProperty

    Provides information about the ErrorType property.

    Declaration
    public static readonly StyleInfoProperty ErrorTypeProperty
    Field Value
    Type
    StyleInfoProperty

    ImageHeightProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ImageHeightProperty
    Field Value
    Type
    StyleInfoProperty

    ImageMarginsProperty

    Provides information about the ImageMargins property.

    Declaration
    public static readonly StyleInfoProperty ImageMarginsProperty
    Field Value
    Type
    StyleInfoProperty

    ImageWidthProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ImageWidthProperty
    Field Value
    Type
    StyleInfoProperty

    Properties

    StaticDataStore

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

    Methods

    Clone()

    Returns a copy of current object.

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

    A copy of current 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 - 2025 Syncfusion Inc. All Rights Reserved