Class GridUpDownStyleInfo
Provides a StyleInfoSubObjectBase object for updowncellstyles settings in a cell. Each numericcell style property of the cell can be configured individually.
numericcell style properties thathave not been initialized will inherit default values from a base style.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class GridUpDownStyleInfo : StyleInfoSubObjectBase, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject, IDisposable
Constructors
GridUpDownStyleInfo()
Initialize the
Declaration
public GridUpDownStyleInfo()
GridUpDownStyleInfo(StyleInfoSubObjectIdentity)
Initalizes a new GridFontInfo object and associates it with an existing
Declaration
public GridUpDownStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GridUpDownStyleInfo(StyleInfoSubObjectIdentity, GridUpDownStyleInfoStore)
Initalizes a new GridFontInfo object and associates it with an existing
Declaration
public GridUpDownStyleInfo(StyleInfoSubObjectIdentity identity, GridUpDownStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GridUpDownStyleInfoStore | store |
Properties
AllowEdit
Gets or sets the allowedit property of updownedit cell.
Declaration
public bool AllowEdit { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowScrollingOnCircle
Gets or sets the IsScrollingOnCircle property of updownedit cell.
Declaration
public bool AllowScrollingOnCircle { get; set; }
Property Value
Type |
---|
System.Boolean |
Default
Returns the default GetDefaultStyle() style.
Declaration
public GridUpDownStyleInfo Default { get; }
Property Value
Type |
---|
GridUpDownStyleInfo |
Maximum
Gets or sets the Maximum value of UpdownEdit cell.
Declaration
public double Maximum { get; set; }
Property Value
Type |
---|
System.Double |
Minimum
Gets or sets the Mnimum value of UpdownEdit cell.
Declaration
public double Minimum { get; set; }
Property Value
Type |
---|
System.Double |
NegativeForeground
Gets or sets the NegativeForeground property of updownedit cell.
Declaration
public SolidColorBrush NegativeForeground { get; set; }
Property Value
Type |
---|
System.Windows.Media.SolidColorBrush |
NumberOfDecimalDigits
Gets or sets the decimal digits of updown edit cell.
Declaration
public int NumberOfDecimalDigits { get; set; }
Property Value
Type |
---|
System.Int32 |
Step
Gets or sets the increment or decrement value of updownedit cell.
Declaration
public double Step { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose(Boolean)
Releases the all resources used by the Component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Dispose the instance, if it is True |
Overrides
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | |
StyleInfoProperty | sip |
Returns
Type |
---|
IStyleInfoSubObject |