New to Telerik UI for WPFStart a free 30-day trial

A ContentControl used as item in the InlineFieldBox.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public class InlineFieldBoxItem : FieldBoxItem

Inheritance: objectFieldBoxItemInlineFieldBoxItem

Constructors

C#
public InlineFieldBoxItem()

Fields

GroupFilterProperty

DependencyProperty

Identifies the GroupFilter dependency property.

C#
public static readonly DependencyProperty GroupFilterProperty

Identifies the IsValuesPositionField dependency property.

C#
public static readonly DependencyProperty IsValuesPositionFieldProperty

SortOrderProperty

DependencyProperty

Identifies the SortOrder dependency property.

C#
public static readonly DependencyProperty SortOrderProperty

Properties

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

C#
public GroupFilter GroupFilter { get; set; }

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

C#
public bool IsValuesPositionField { get; }

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

C#
public SortOrder SortOrder { get; set; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: FieldBoxItem.OnCreateAutomationPeer()

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs
C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs