Class FieldListBehavior
Allows for extending the functionality of a RadPivotGrid to provide inline grouping/filtering/sorting options.
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public static class FieldListBehavior : Object
Fields
ShowInlineProperty
Represents the ShowInline attached property.
Declaration
public static readonly DependencyProperty ShowInlineProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetShowInline(DependencyObject)
Gets a boolean value indicating whether the inline field list is enabled.
Declaration
public static bool GetShowInline(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetShowInline(DependencyObject, Boolean)
Sets a boolean value indicating whether the inline field list is enabled.
Declaration
public static void SetShowInline(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|