Class InlineFieldBoxItem
A System.Windows.Controls.ContentControl used as item in the InlineFieldBox.
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class InlineFieldBoxItem : FieldBoxItem
Constructors
InlineFieldBoxItem()
Fields
GroupFilterProperty
Identifies the GroupFilter dependency property.
Declaration
public static readonly DependencyProperty GroupFilterProperty
Field Value
System.Windows.DependencyProperty
|
IsValuesPositionFieldProperty
Identifies the IsValuesPositionField dependency property.
Declaration
public static readonly DependencyProperty IsValuesPositionFieldProperty
Field Value
System.Windows.DependencyProperty
|
SortOrderProperty
Identifies the SortOrder dependency property.
Declaration
public static readonly DependencyProperty SortOrderProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GroupFilter
Gets or sets a group filter for descriptions, which can be filtered.
Declaration
public GroupFilter GroupFilter { get; set; }
Property Value
GroupFilter
|
IsValuesPositionField
Gets a boolean value indicating whether the DataContext of this item is a ValuesPositionDescription.
Declaration
public bool IsValuesPositionField { get; }
Property Value
System.Boolean
|
SortOrder
Gets or sets a value indicating the sort order for descriptions, which can be sorted.
Declaration
public SortOrder SortOrder { get; set; }
Property Value
SortOrder
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|
OnMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|