Represents a
Behavior class that blocks the pan effect on a
Pivot
control that is parent of the attached
RadDataBoundListBox instance when the
IsCheckModeActive property is set to true.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Behaviors (in Telerik.Windows.Behaviors.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class DataBoundListBoxPivotBehavior _
Inherits Behavior(Of RadDataBoundListBox) |
| Visual C++ |
|---|
public ref class DataBoundListBoxPivotBehavior : public Behavior<RadDataBoundListBox^> |
Inheritance Hierarchy
See Also