Class InlineFieldBoxItem
A System.
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class InlineFieldBoxItem : FieldBoxItem
Constructors
InlineFieldBoxItem()
Declaration
public InlineFieldBoxItem()
Fields
GroupFilterProperty
Identifies the Group
Declaration
public static readonly DependencyProperty GroupFilterProperty
Field Value
System.
|
IsValuesPositionFieldProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsValuesPositionFieldProperty
Field Value
System.
|
SortOrderProperty
Identifies the Sort
Declaration
public static readonly DependencyProperty SortOrderProperty
Field Value
System.
|
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.
Declaration
public bool IsValuesPositionField { get; }
Property Value
System.
|
SortOrder
Gets or sets a value indicating the sort order for descriptions, which can be sorted.
Declaration
public SortOrder SortOrder { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.
|
OnMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System.
|