Class FieldListViewModel
A class used as ViewModel for setting pivot grouping.
Inherited Members
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class FieldListViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
FieldListViewModel()
FieldListViewModel(RadPivotFieldList)
Declaration
public FieldListViewModel(RadPivotFieldList control)
Parameters
Rad
|
Properties
AggregatesLevel
Gets or sets the position where groups for the aggregates should be placed based on the Data
Declaration
public int AggregatesLevel { get; set; }
Property Value
System.
|
AggregatesPosition
Gets or sets a value indicating where the aggregate groups should be positioned based on the Data
Declaration
public PivotAxis AggregatesPosition { get; set; }
Property Value
AllowSorting
Gets or sets the AllowSorting property of the associated Rad
Declaration
public bool AllowSorting { get; }
Property Value
System.
|
ColumnGroupDescriptions
Gets the ColumnGroupDescriptions property of the associated Rad
Declaration
public ColumnGroupDescriptionCollection ColumnGroupDescriptions { get; }
Property Value
ColumnLabels
Gets a Field
Declaration
public FieldCollection ColumnLabels { get; }
Property Value
ColumnsSubTotalsPosition
Gets or sets the ColumnsSubTotalsPosition property of the associated Rad
Declaration
public TotalsPos ColumnsSubTotalsPosition { get; }
Property Value
DataProvider
Gets or sets the underlying IData
Declaration
public IDataProvider DataProvider { get; set; }
Property Value
DeferUpdates
Declaration
public bool DeferUpdates { get; set; }
Property Value
System.
|
DialogsFactory
Declaration
public PivotGridDialogsFactory DialogsFactory { get; set; }
Property Value
FieldListControl
Fields
Gets a Field
Declaration
public FieldCollection Fields { get; }
Property Value
Filters
Gets a Field
Declaration
public FieldCollection Filters { get; }
Property Value
RowGroupDescriptions
Gets the RowGroupDescriptions property of the associated Rad
Declaration
public RowGroupDescriptionCollection RowGroupDescriptions { get; }
Property Value
RowLabels
Gets a Field
Declaration
public FieldCollection RowLabels { get; }
Property Value
RowsSubTotalsPosition
Gets or sets the RowsSubTotalsPosition of the associated Rad
Declaration
public TotalsPos RowsSubTotalsPosition { get; }
Property Value
Values
Gets a Field
Declaration
public FieldCollection Values { get; }
Property Value
Methods
ExecuteUpdate()
Declaration
public void ExecuteUpdate()
ExecuteUpdate(Boolean)
Declaration
public void ExecuteUpdate(bool checkDeferUpdates)
Parameters
System.
|