Skip to main content
A newer version of this page is available. .

RepositoryItemTimeEdit.ShowPopupShadow Property

Gets or sets whether the shadow is displayed for the editor’s dropdown window.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(true)]
public override bool ShowPopupShadow { get; set; }

Property Value

Type Description
Boolean

true, to display the shadow for the editor’s dropdown window; otherwise, false.

Remarks

The ShowPopupShadow property is supported in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle), where the TimeEdit control provides a dropdown window for editing time values. See the base RepositoryItemPopupBase.ShowPopupShadow property to learn more.

See Also