Skip to main content
All docs
V23.2

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.v23.2.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