Skip to main content
All docs
V23.2

DPIAwareImageCollection.Owner Property

This is an internal property that should not be used in code.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Control Owner { get; set; }

Property Value

Type Default Description
Control null

 

See Also