Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LoadingDecorator.OwnerLock Property

Gets or sets the LoadingDecorator‘s owner lock mode. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public SplashScreenLock OwnerLock { get; set; }

#Property Value

Type Description
SplashScreenLock

A SplashScreenLock enumeration value.

The default value is SplashScreenLock.Full.

Available values:

Name Description
None

Nothing is blocked.

InputOnly

Blocks the entire window’s input. The window’s title bar stays active, and you can move the window.

Full

Blocks the entire window.

LoadingContent

Blocks only the LoadingDecorator’s content.

See Also