Skip to main content
All docs
V25.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.v25.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