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

Allows for extending the functionality of a RadPivotGrid to provide inline grouping/filtering/sorting options.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public static class FieldListBehavior

Inheritance: objectFieldListBehavior

Fields

ShowInlineProperty

DependencyProperty

Represents the ShowInline attached property.

C#
public static readonly DependencyProperty ShowInlineProperty

Methods

Gets a boolean value indicating whether the inline field list is enabled.

C#
public static bool GetShowInline(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Sets a boolean value indicating whether the inline field list is enabled.

C#
public static void SetShowInline(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool