WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDoubleEditStyleInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDoubleEditStyleInfo

    Inheritance
    System.Object
    StyleInfoBase
    StyleInfoSubObjectBase
    GridDoubleEditStyleInfo
    Implements
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    StyleInfoSubObjectBase.Dispose()
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectBase.SubObjectIdentity
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Owner
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.Identity
    StyleInfoBase.Store
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDoubleEditStyleInfo : StyleInfoSubObjectBase, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    GridDoubleEditStyleInfo()

    Initializes a new empty GridDoubleEditStyleInfo object.

    Declaration
    public GridDoubleEditStyleInfo()

    GridDoubleEditStyleInfo(StyleInfoSubObjectIdentity)

    Initalizes a new GridDoubleEditStyleInfo object and associates it with an existing .

    Declaration
    public GridDoubleEditStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A that holds the indentity for this GridDoubleEditStyleInfo.

    GridDoubleEditStyleInfo(StyleInfoSubObjectIdentity, GridDoubleEditStyleInfoStore)

    Initalizes a new GridDoubleEditStyleInfo object and associates it with an existing .

    Declaration
    public GridDoubleEditStyleInfo(StyleInfoSubObjectIdentity identity, GridDoubleEditStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A that holds the indentity for this GridDoubleEditStyleInfo.

    GridDoubleEditStyleInfoStore store

    A GridDoubleEditStyleInfoStore that holds data for this GridDoubleEditStyleInfo. All changes in this style object will be saved in the GridDoubleEditStyleInfoStore object.

    Properties

    Default

    Returns a default GridDoubleEditStyleInfo to be used with a default style.

    Declaration
    public static GridDoubleEditStyleInfo Default { get; }
    Property Value
    Type Description
    GridDoubleEditStyleInfo

    The default.

    Remarks

    The Default of the GridStyleInfo class will return the validation info that this method generates through its overriden version of GetDefaultStyle().

    HasIsScrollingOnCircle

    Specifies whether the IsScrollingOnCircle property is initialized.

    Declaration
    public bool HasIsScrollingOnCircle { get; }
    Property Value
    Type Description
    System.Boolean

    HasMaxValidation

    Gets a value indicating whether this instance has max validation.

    Declaration
    public bool HasMaxValidation { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has max validation; otherwise, false.

    HasMaxValue

    Gets a value indicating whether MaxValue property is initialized.

    Declaration
    public bool HasMaxValue { get; }
    Property Value
    Type Description
    System.Boolean

    HasMinValidation

    Gets a value indicating whether this instance has min validation.

    Declaration
    public bool HasMinValidation { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has min validation; otherwise, false.

    HasMinValue

    Gets a value indicating whether MinValue property is initialized.

    Declaration
    public bool HasMinValue { get; }
    Property Value
    Type Description
    System.Boolean

    HasUseNullOption

    Specifies whether the UseNullOption property is initialized.

    Declaration
    public bool HasUseNullOption { get; }
    Property Value
    Type Description
    System.Boolean

    IsScrollingOnCircle

    Gets or sets a value indicating whether this instance is scrolling on circle.

    Declaration
    public bool IsScrollingOnCircle { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxValidation

    Gets or sets the max validation.

    Declaration
    public MaxValidation MaxValidation { get; set; }
    Property Value
    Type Description
    MaxValidation

    The max validation.

    MaxValue

    Gets or sets the maximum value for currency cell.

    Declaration
    public double MaxValue { get; set; }
    Property Value
    Type Description
    System.Double

    MinValidation

    Gets or sets the min validation.

    Declaration
    public MinValidation MinValidation { get; set; }
    Property Value
    Type Description
    MinValidation

    The min validation.

    MinValue

    Gets or sets the minimum value for currency cell.

    Declaration
    public double MinValue { get; set; }
    Property Value
    Type Description
    System.Double

    NullValue

    Declaration
    public double? NullValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    UseNullOption

    Gets or sets a value indicating whether [use null option].

    Declaration
    public bool UseNullOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [use null option]; otherwise, false.

    Methods

    GetDefaultStyle()

    Returns Default.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    A GridDoubleEditStyleInfo object with default values.

    Overrides
    StyleInfoBase.GetDefaultStyle()

    ResetIsScrollingOnCircle()

    Resets the value of IsScrollingOnCircle property.

    Declaration
    public void ResetIsScrollingOnCircle()

    ResetMaxValidation()

    Resets the max validation.

    Declaration
    public void ResetMaxValidation()

    ResetMaxValue()

    Resets the MaxValue property.

    Declaration
    public void ResetMaxValue()

    ResetMinValidation()

    Resets the min validation.

    Declaration
    public void ResetMinValidation()

    ResetMinValue()

    Resets the MinValue property.

    Declaration
    public void ResetMinValue()

    ResetUseNullOption()

    Resets the value of UseNullOption property.

    Declaration
    public void ResetUseNullOption()

    ShouldSerializeIsScrollingOnCircle()

    Specifies whether the IsScrollingOnCircle property is serializable.

    Declaration
    public bool ShouldSerializeIsScrollingOnCircle()
    Returns
    Type Description
    System.Boolean

    True if it can be serialized.

    ShouldSerializeMaxValidation()

    Shoulds the serialize max validation.

    Declaration
    public bool ShouldSerializeMaxValidation()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMaxValue()

    Determines whether the MaxValue can be serialized.

    Declaration
    public bool ShouldSerializeMaxValue()
    Returns
    Type Description
    System.Boolean

    True if it can be serialized; False otherwise.

    ShouldSerializeMinValidation()

    Shoulds the serialize min validation.

    Declaration
    public bool ShouldSerializeMinValidation()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMinValue()

    Determines whether the MinValue can be serialized.

    Declaration
    public bool ShouldSerializeMinValue()
    Returns
    Type Description
    System.Boolean

    True if it can be serialized; False otherwise.

    ShouldSerializeUseNullOption()

    Specifies whether the UseNullOption property is serializable.

    Declaration
    public bool ShouldSerializeUseNullOption()
    Returns
    Type Description
    System.Boolean

    True if it can be serialized.

    Implements

    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved