Class GridCellValidateValueInfoStore
Implements the data store for the GridCellValidateValueInfo object.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|
StyleInfoProperty |
MaximumProperty
Provides information about the Maximum property.
Declaration
public static readonly StyleInfoProperty MaximumProperty
Field Value
Type |
---|
StyleInfoProperty |
MinimumProperty
Provides information about the Minimum property.
Declaration
public static readonly StyleInfoProperty MinimumProperty
Field Value
Type |
---|
StyleInfoProperty |
NumberRequiredProperty
Provides information about the NumberRequired property.
Declaration
public static readonly StyleInfoProperty NumberRequiredProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
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
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable