Interface IValuesContainer
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IValuesContainer
Properties
Count
Declaration
int Count { get; }
Property Value
|
System.Int32
|
Methods
GetIndex(Double)
Declaration
int GetIndex(double value)
Parameters
|
System.Double
value
|
Returns
|
System.Int32
|
GetValue(Int32)
Declaration
double GetValue(int endIndex)
Parameters
|
System.Int32
endIndex
|
Returns
|
System.Double
|