Click or drag to resize
GridFeaturesEnableFindReplace Property
Enables or disables Find & Replace.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool EnableFindReplace { get; set; }

Property Value

Type: Boolean
Set this property to true to enable searching within the column of the current cell.
Remarks
Caution note Caution
This property can only be set at design time. If an attempt is made to modify this propery at runtime, an InvalidOperationException exception is thrown.
See Also