Skip to main content
All docs
V25.1
  • .NET 8.0+

    LinkUnlinkController.CanEditSelectedListItems(IList, StringBuilder) Method

    For internal use.

    Namespace: DevExpress.ExpressApp.SystemModule

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    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