ClassFieldListBehavior
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:
cs-api-definition
public static class FieldListBehavior
Inheritance: objectFieldListBehavior
Fields
ShowInlineProperty
Represents the ShowInline attached property.
Declaration
cs-api-definition
public static readonly DependencyProperty ShowInlineProperty
Field Value
DependencyProperty
Methods
GetShowInline(DependencyObject)
Gets a boolean value indicating whether the inline field list is enabled.
Declaration
cs-api-definition
public static bool GetShowInline(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetShowInline(DependencyObject, bool)
Sets a boolean value indicating whether the inline field list is enabled.
Declaration
cs-api-definition
public static void SetShowInline(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value