Click or drag to resize
Param Class
This class is an interface for configuring grid-wide properties for a GridControl.
Inheritance Hierarchy
SystemObject
  Stingray.GridParam

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Param : IDisposable

The Param type exposes the following members.

Methods
  NameDescription
Public methodEnableTrackingColWidth
Specifies the options for or disables changing column widths for the end user.
Public methodEnableTrackingColWidth(RowColTracking)
Specifies the options for tracking when the end-user resizes columns.
Public methodEnableTrackingRowHeight
Specifies the options for or disables changing row heights for the end user.
Public methodEnableTrackingRowHeight(RowColTracking)
Specifies the options for tracking when the end-user resizes rows.
Top
Properties
  NameDescription
Public propertyCacheLockReadOnly
Gets the Cache lock flag associated with the grid.
Public propertyCellActivationMode
Gets or sets the mode for activating or editing the current cell.
Public propertyDrawOrder
Gets or sets the drawing order.
Public propertyEnableHorizontalSorting
Gets or sets row sorting when double-clicked.
Public propertyEnableMoveRows
Gets or sets a value indicating whether the user can interactively move rows.
Public propertyEnableVerticalSorting
Gets or sets column sorting when double-clicked.
Public propertyExcelLikeCurrentCell
Gets or sets the default Objective Grid or Excel-like behavior of the current cell.
Public propertyExcelLikeHeaders
Gets or sets the Excel-like behavior of the headers.
Public propertyExcelLikeScrolling
Gets or sets scroll behavior to mimic Excel scroll behavior
Public propertyExcelLikeSelectionFrame
Gets or sets the option to draw a small frame around the selected range of cells.
Public propertyExpressionDisplayMode
Gets or sets the display of formula expressions in inactive cells.
Public propertyHideCurrentCellMode
Gets or sets options for hiding the current cell.
Public propertyLockReadOnly
Gets or sets the readonly state for cells in the grid.
Public propertyNumberedColHeaders
Gets or sets numbered column headers
Public propertyNumberedRowHeaders
Gets or sets numbered row headers
Public propertyProperties
Gets the OGProperties object associated with the grid.
Public propertySpecialMode
Gets or sets list box behavior.
Public propertyTransparentBackground
Gets or sets a transparent background color for cells.
Top
Remarks
A Param object is associated with each grid control. The Param object associated with a grid control is available via the Param property.

The types of properties or parameters stored in the Param object include: grid-wide base styles, the properties object, the grid data object with the cell contents, the undo/redo list, selected ranges, and covered cells.

See Also