New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class InlineFieldBox : FieldBox

Inheritance: objectFieldBoxInlineFieldBox

Inherited Members FieldBox.HeaderPropertyFieldBox.PrepareContainerForItemOverride(DependencyObject, object)FieldBox.Header

Constructors

Initializes a new instance of the InlineFieldBox class.

C#
public InlineFieldBox()

Fields

EmptyTextProperty

DependencyProperty

Identifies the EmptyText dependency property.

C#
public static readonly DependencyProperty EmptyTextProperty

Identifies the NoColumnAndDataDescriptionsInViewModel dependency property.

C#
public static readonly DependencyProperty NoColumnAndDataDescriptionsInViewModelProperty

Identifies the NoColumnRowAndDataDescriptionsInViewModel dependency property.

C#
public static readonly DependencyProperty NoColumnRowAndDataDescriptionsInViewModelProperty

Properties

Gets or sets the text displayed when Items collection is empty.

C#
public string EmptyText { get; set; }

Gets a boolean value indicating whether the Column and data descriptions are empty.

C#
public bool NoColumnAndDataDescriptionsInViewModel { get; }

Gets a boolean value indicating whether the Column, Row and data descriptions are empty.

C#
public bool NoColumnRowAndDataDescriptionsInViewModel { get; }

Methods

C#
protected override DependencyObject GetContainerForItemOverride()
Returns:

DependencyObject

Overrides: FieldBox.GetContainerForItemOverride()

C#
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters:itemobjectReturns:

bool

Overrides: FieldBox.IsItemItsOwnContainerOverride(object)

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: FieldBox.OnCreateAutomationPeer()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

C#
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs