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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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