Class
OrientationToScrollModeConverter

Converts a value from the Orientation enumeration to a value value.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class OrientationToScrollModeConverter : IValueConverter

Inheritance: objectOrientationToScrollModeConverter

Implements: IValueConverter

Constructors

OrientationToScrollModeConverter()

Declaration

cs-api-definition
public OrientationToScrollModeConverter()

Methods

Convert(object, Type, object, string)

Returns the scroll mode of a scrollbar of the RadListView control depending on the control orientation and the orientation of the scrollbar.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

Orientation property.

targetType

Type

The parameter is not used.

parameter

object

The scroll bar orientation.

language

string

The parameter is not used.

Returns

object

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object