Click or drag to resize
StylePlaces Property
Gets or sets the number of decimal places displayed in numeric cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(0)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
public int Places { get; set; }

Property Value

Type: Int32
The number of decimal places displayed in numeric cells.
Remarks
This number may have different meanings based depending on the format type.
See Also