Skip to main content
All docs
V25.2
  • CommonObjectLockSettings.IsEmpty Property

    Indicates that no lock settings are applied to the object.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool IsEmpty { get; }

    Property Value

    Type Description
    Boolean

    true if no lock settings are applied to the object; otherwise, false.

    See Also