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

RepositoryItemTimeSpanEdit.CustomDropDownControl Property

Gets or sets the custom control to be displayed in the TimeSpanEdit‘s drop-down panel.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
public CustomTimeSpanDropDownControl CustomDropDownControl { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.Popup.CustomTimeSpanDropDownControl *null*

A DevExpress.XtraEditors.Popup.CustomTimeSpanDropDownControl class descendant that serves as the custom control to be displayed in the TimeSpanEdit‘s drop-down panel.

See Also