FieldListBehavior
Class
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)
Sets a boolean value indicating whether the inline field list is enabled.
C#
public static void SetShowInline(DependencyObject obj, bool value)