aspnetbootstrap-devexpress-dot-web-dot-bootstrap-887fb45c.md
This class is not used any longer
Defines the length of the date-time axis’ displayed range.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[Browsable(false)]
[Obsolete("This class is not used any longer")]
public class VisualRangeLengthSettings :
DateAxisVisualRangeLengthSettings
<Browsable(False)>
<Obsolete("This class is not used any longer")>
Public Class VisualRangeLengthSettings
Inherits DateAxisVisualRangeLengthSettings
Assign the required range length to the VisualRangeLengthSettings class’ appropriate property. For examples, if the length is 15 days, set the VisualRangeLengthSettings.Days property to 15.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties DevExpress.Web.Bootstrap.DateAxisVisualRangeLengthSettings VisualRangeLengthSettings
See Also