Skip to main content
All docs
V24.1

DateRangeControl.StartEditStyle Property

Gets or sets a style for the start date editor. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Style StartEditStyle { get; set; }

Property Value

Type Description
Style

Specifies a style for the start date editor.

See Also