Click or drag to resize
GridControlZoom Property
Gets or sets the zooming factor of this grid as a percentage.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(100)]
public int Zoom { get; set; }

Property Value

Type: Int32
The zooming factor of this grid as a percentage. The default value is 100 (no scaling factor).
See Also