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