Class LogicalScrollingExtensions
A helper class used to scroll to the FirstVisibleGroup.
Inheritance
System.Object
LogicalScrollingExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class LogicalScrollingExtensions
Methods
Normalize(IGroupIdentifier, IGroupingConfigurationSettings)
Normalizes the specified group according to the grouping configuration.
Declaration
public static IGroupIdentifier Normalize(this IGroupIdentifier group, IGroupingConfigurationSettings groupingConfiguration)
Parameters
IGroupIdentifier
group
The group. |
IGroupingConfigurationSettings
groupingConfiguration
The grouping configuration. |
Returns
IGroupIdentifier
|