RepositoryItemTimeEdit.ShowPopupShadow Property
Gets or sets whether the shadow is displayed for the editor’s dropdown window.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.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 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