ClassInlineFieldBox
An that displays items actively participating in the inline pivot grouping. Supports Drag and provides visual feedback on drag operations.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public class InlineFieldBox : FieldBox
Inheritance: objectFieldBoxInlineFieldBox
Inherited Members
Constructors
InlineFieldBox()
Initializes a new instance of the InlineFieldBox class.
Declaration
public InlineFieldBox()
Fields
EmptyTextProperty
Identifies the EmptyText dependency property.
Declaration
public static readonly DependencyProperty EmptyTextProperty
Field Value
DependencyProperty
NoColumnAndDataDescriptionsInViewModelProperty
Identifies the NoColumnAndDataDescriptionsInViewModel dependency property.
Declaration
public static readonly DependencyProperty NoColumnAndDataDescriptionsInViewModelProperty
Field Value
DependencyProperty
NoColumnRowAndDataDescriptionsInViewModelProperty
Identifies the NoColumnRowAndDataDescriptionsInViewModel dependency property.
Declaration
public static readonly DependencyProperty NoColumnRowAndDataDescriptionsInViewModelProperty
Field Value
DependencyProperty
Properties
EmptyText
Gets or sets the text displayed when Items collection is empty.
NoColumnAndDataDescriptionsInViewModel
Gets a boolean value indicating whether the Column and data descriptions are empty.
Declaration
public bool NoColumnAndDataDescriptionsInViewModel { get; }
Property Value
NoColumnRowAndDataDescriptionsInViewModel
Gets a boolean value indicating whether the Column, Row and data descriptions are empty.
Declaration
public bool NoColumnRowAndDataDescriptionsInViewModel { get; }
Property Value
Methods
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
Overrides
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.
OnItemsChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e