Back to Devexpress

VisualRangeLengthSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-887fb45c.md

latest1.6 KB
Original Source

VisualRangeLengthSettings Class

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[Obsolete("This class is not used any longer")]
public class VisualRangeLengthSettings :
    DateAxisVisualRangeLengthSettings
vb
<Browsable(False)>
<Obsolete("This class is not used any longer")>
Public Class VisualRangeLengthSettings
    Inherits DateAxisVisualRangeLengthSettings

Remarks

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.

Inheritance

Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties DevExpress.Web.Bootstrap.DateAxisVisualRangeLengthSettings VisualRangeLengthSettings

See Also

VisualRangeLengthSettings Members

DevExpress.Web.Bootstrap Namespace