InlineFieldBoxItem
Class
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
IsValuesPositionFieldProperty
DependencyProperty
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; }
Methods
C#
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)