WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellValidateValueInfoStore - WindowsForms API Reference | Syncfusion GridCellValidateValueInfo object. ">

    Show / Hide Table of Contents

    Class GridCellValidateValueInfoStore

    Implements the data store for the GridCellValidateValueInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridCellValidateValueInfoStore
    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 GridCellValidateValueInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    GridCellValidateValueInfoStore()

    Initializes a new instance of the GridCellValidateValueInfoStore class.

    Declaration
    public GridCellValidateValueInfoStore()

    Fields

    ErrorMessageProperty

    Provides information about the ErrorMessage property.

    Declaration
    public static readonly StyleInfoProperty ErrorMessageProperty
    Field Value
    Type Description
    StyleInfoProperty

    MaximumProperty

    Provides information about the Maximum property.

    Declaration
    public static readonly StyleInfoProperty MaximumProperty
    Field Value
    Type Description
    StyleInfoProperty

    MinimumProperty

    Provides information about the Minimum property.

    Declaration
    public static readonly StyleInfoProperty MinimumProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumberRequiredProperty

    Provides information about the NumberRequired property.

    Declaration
    public static readonly StyleInfoProperty NumberRequiredProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

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

    Methods

    Clone()

    Overrides and creates an exact copy of the current object.

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

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