DPIAwareImageCollection.Owner Property
This is an internal property that should not be used in code.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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