KaxSchedulerVisibleRangeEnd Property |
Returns visible end date of the current view.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public DateTime VisibleRangeEnd { get; }
Public ReadOnly Property VisibleRangeEnd As DateTime
Get
public:
property DateTime VisibleRangeEnd {
DateTime get ();
}
member VisibleRangeEnd : DateTime with get
Property Value
Type:
DateTimeRemarks
All tasks rendered in the current view will be within the range specified by the
VisibleRangeStart
and
VisibleRangeEnd properties.
See Also