Class InlineFieldBox
An ItemsControl that displays items actively participating in the inline pivot grouping. Supports Drag and provides visual feedback on drag operations.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class InlineFieldBox : FieldBox
Constructors
InlineFieldBox()
Fields
EmptyTextProperty
Identifies the EmptyText dependency property.
Declaration
public static readonly DependencyProperty EmptyTextProperty
Field Value
System.Windows.DependencyProperty
|
NoColumnAndDataDescriptionsInViewModelProperty
Identifies the NoColumnAndDataDescriptionsInViewModel dependency property.
Declaration
public static readonly DependencyProperty NoColumnAndDataDescriptionsInViewModelProperty
Field Value
System.Windows.DependencyProperty
|
NoColumnRowAndDataDescriptionsInViewModelProperty
Identifies the NoColumnRowAndDataDescriptionsInViewModel dependency property.
Declaration
public static readonly DependencyProperty NoColumnRowAndDataDescriptionsInViewModelProperty
Field Value
System.Windows.DependencyProperty
|
Properties
EmptyText
Gets or sets the text displayed when Items collection is empty.
Declaration
public string EmptyText { get; set; }
Property Value
System.String
|
NoColumnAndDataDescriptionsInViewModel
Gets a boolean value indicating whether the Column and data descriptions are empty.
Declaration
public bool NoColumnAndDataDescriptionsInViewModel { get; }
Property Value
System.Boolean
|
NoColumnRowAndDataDescriptionsInViewModel
Gets a boolean value indicating whether the Column, Row and data descriptions are empty.
Declaration
public bool NoColumnRowAndDataDescriptionsInViewModel { get; }
Property Value
System.Boolean
|
Methods
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
|
Overrides
IsItemItsOwnContainerOverride(Object)
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
A System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data. |