Class
InlineFieldBoxItem

A ContentControl used as item in the InlineFieldBox.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public class InlineFieldBoxItem : FieldBoxItem

Inheritance: objectFieldBoxItemInlineFieldBoxItem

Constructors

InlineFieldBoxItem()

Declaration

cs-api-definition
public InlineFieldBoxItem()

Fields

GroupFilterProperty

Identifies the GroupFilter dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GroupFilterProperty

Field Value

DependencyProperty

IsValuesPositionFieldProperty

Identifies the IsValuesPositionField dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsValuesPositionFieldProperty

Field Value

DependencyProperty

SortOrderProperty

Identifies the SortOrder dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SortOrderProperty

Field Value

DependencyProperty

Properties

GroupFilter

Gets or sets a group filter for descriptions, which can be filtered.

Declaration

cs-api-definition
public GroupFilter GroupFilter { get; set; }

Property Value

GroupFilter

IsValuesPositionField

Gets a boolean value indicating whether the DataContext of this item is a ValuesPositionDescription.

Declaration

cs-api-definition
public bool IsValuesPositionField { get; }

Property Value

bool

SortOrder

Gets or sets a value indicating the sort order for descriptions, which can be sorted.

Declaration

cs-api-definition
public SortOrder SortOrder { get; set; }

Property Value

SortOrder

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides FieldBoxItem.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnMouseLeftButtonDown(MouseButtonEventArgs)

Declaration

cs-api-definition
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

OnMouseLeftButtonUp(MouseButtonEventArgs)

Declaration

cs-api-definition
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs