InlineFieldBox
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
Initializes a new instance of the InlineFieldBox class.
public InlineFieldBox()
Fields
EmptyTextProperty
DependencyProperty
Identifies the EmptyText dependency property.
public static readonly DependencyProperty EmptyTextProperty
NoColumnAndDataDescriptionsInViewModelProperty
DependencyProperty
Identifies the NoColumnAndDataDescriptionsInViewModel dependency property.
public static readonly DependencyProperty NoColumnAndDataDescriptionsInViewModelProperty
NoColumnRowAndDataDescriptionsInViewModelProperty
DependencyProperty
Identifies the NoColumnRowAndDataDescriptionsInViewModel dependency property.
public static readonly DependencyProperty NoColumnRowAndDataDescriptionsInViewModelProperty
Properties
Gets or sets the text displayed when Items collection is empty.
public string EmptyText { get; set; }
Gets a boolean value indicating whether the Column and data descriptions are empty.
public bool NoColumnAndDataDescriptionsInViewModel { get; }
Gets a boolean value indicating whether the Column, Row and data descriptions are empty.
public bool NoColumnRowAndDataDescriptionsInViewModel { get; }
Methods
GetContainerForItemOverride()
DependencyObject
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
Overrides:
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)