Skip to main content
All docs
V23.2

RepositoryItemDateTimeOffsetEdit.ShowPopupShadow Property

Gets or sets whether the editor drop-down menu should display a drop shadow.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override bool ShowPopupShadow { get; set; }

Property Value

Type Description
Boolean

true, to display a menu shadow; false, to hide it.

See Also