ClassInlineFieldBoxItem
A ContentControl used as item in the InlineFieldBox.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public class InlineFieldBoxItem : FieldBoxItem
Inheritance: objectFieldBoxItemInlineFieldBoxItem
Constructors
InlineFieldBoxItem()
Declaration
public InlineFieldBoxItem()
Fields
GroupFilterProperty
Identifies the GroupFilter dependency property.
Declaration
public static readonly DependencyProperty GroupFilterProperty
Field Value
DependencyProperty
IsValuesPositionFieldProperty
Identifies the IsValuesPositionField dependency property.
Declaration
public static readonly DependencyProperty IsValuesPositionFieldProperty
Field Value
DependencyProperty
SortOrderProperty
Identifies the SortOrder dependency property.
Declaration
public static readonly DependencyProperty SortOrderProperty
Field Value
DependencyProperty
Properties
GroupFilter
Gets or sets a group filter for descriptions, which can be filtered.
Declaration
public GroupFilter GroupFilter { get; set; }
Property Value
IsValuesPositionField
Gets a boolean value indicating whether the DataContext of this item is a ValuesPositionDescription.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
OnMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs