Skip to main content
All docs
V24.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.v24.2.dll

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