VisualRangeLengthSettings Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
[Obsolete("This class is not used any longer")]
public class VisualRangeLengthSettings :
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