Class GridIntegerEditStyleInfo
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridIntegerEditStyleInfo : StyleInfoSubObjectBase, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GridIntegerEditStyleInfo()
Initializes a new empty GridIntegerEditStyleInfo object.
Declaration
public GridIntegerEditStyleInfo()
GridIntegerEditStyleInfo(StyleInfoSubObjectIdentity)
Initalizes a new GridIntegerEditStyleInfo object and associates it with an existing
Declaration
public GridIntegerEditStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A |
GridIntegerEditStyleInfo(StyleInfoSubObjectIdentity, GridIntegerEditStyleInfoStore)
Initalizes a new GridIntegerEditStyleInfo object and associates it with an existing
Declaration
public GridIntegerEditStyleInfo(StyleInfoSubObjectIdentity identity, GridIntegerEditStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A |
| GridIntegerEditStyleInfoStore | store | A GridIntegerEditStyleInfoStore that holds data for this GridIntegerEditStyleInfo. All changes in this style object will be saved in the GridIntegerEditStyleInfoStore object. |
Properties
Default
Returns a default GridIntegerEditStyleInfo to be used with a default style.
Declaration
public static GridIntegerEditStyleInfo Default { get; }
Property Value
| Type | Description |
|---|---|
| GridIntegerEditStyleInfo | The default. |
Remarks
The Default of the GridStyleInfo class will return the validation info that this method generates through its overriden version of GetDefaultStyle().
GroupSeperatorEnabled
Gets or sets a value indicating whether Group Seperaator is Enabled.
Declaration
public bool GroupSeperatorEnabled { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
HasGroupSeperatorEnabled
Specifies whether the GroupSeperatorEnabled property is initialized.
Declaration
public bool HasGroupSeperatorEnabled { get; }
Property Value
| Type |
|---|
| System.Boolean |
HasIsScrollingOnCircle
Specifies whether the IsScrollingOnCircle property is initialized.
Declaration
public bool HasIsScrollingOnCircle { get; }
Property Value
| Type |
|---|
| System.Boolean |
HasMaxValidation
Gets a value indicating whether this instance has max validation.
Declaration
public bool HasMaxValidation { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
HasMaxValue
Gets a value indicating whether MaxValue property is initialized.
Declaration
public bool HasMaxValue { get; }
Property Value
| Type |
|---|
| System.Boolean |
HasMinValidation
Gets a value indicating whether this instance has min validation.
Declaration
public bool HasMinValidation { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
HasMinValue
Gets a value indicating whether MinValue property is initialized.
Declaration
public bool HasMinValue { get; }
Property Value
| Type |
|---|
| 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 |
|---|
| 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 long MaxValue { get; set; }
Property Value
| Type |
|---|
| System.Int64 |
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 long MinValue { get; set; }
Property Value
| Type |
|---|
| System.Int64 |
NullValue
Declaration
public long? NullValue { get; set; }
Property Value
| Type |
|---|
| System.Nullable<System.Int64> |
UseNullOption
Declaration
public bool UseNullOption { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
GetDefaultStyle()
Returns Default.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | A GridIntegerEditStyleInfo object with default values. |
Overrides
ResetGroupSeperatorEnabled()
Resets the value of GroupSeperatorEnabled property.
Declaration
public void ResetGroupSeperatorEnabled()
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()
ShouldSerializeGroupSeperatorEnabled()
Specifies whether the GroupSeperatorEnabled property is serializable.
Declaration
public bool ShouldSerializeGroupSeperatorEnabled()
Returns
| Type | Description |
|---|---|
| System.Boolean | True if it can be serialized. |
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 |
|---|
| 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 |
|---|
| 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. |