Skip to main content

PopupBaseEdit.ActualPopupHeight Property

Gets a popup window's actual height. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public double ActualPopupHeight { get; protected set; }

#Property Value

Type Description
Double

A Double value that specifies the popup window's actual height.

See Also