FormControlCollection.Remove(FormControl) Method
Removes specific form control from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
formControl | FormControl | A form control to remove. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also