LinkUnlinkController.CanEditSelectedListItems(IList, StringBuilder) Method
For internal use.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v25.2.dll
Declaration
[Browsable(false)]
public bool CanEditSelectedListItems(
IList selectedObjects,
StringBuilder diagnosticInfo = null
)
Parameters
| Name | Type |
|---|---|
| selectedObjects | IList |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| diagnosticInfo | StringBuilder | null |
Returns
| Type |
|---|
| Boolean |
See Also