Class OlapGridSelectionChangedEventArgs
Class containing event data, related to cell selection operation in OlapGrid.
Inheritance
System.Object
System.EventArgs
OlapGridSelectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridSelectionChangedEventArgs : EventArgs
Constructors
OlapGridSelectionChangedEventArgs(GridRangeInfo, SelectedItems, GridSelectionReason)
Initializes a new instance of the OlapGridSelectionChangedEventArgs class.
Declaration
public OlapGridSelectionChangedEventArgs(GridRangeInfo RangeInfo, SelectedItems SelectedItems, GridSelectionReason SelectionReason)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | RangeInfo | The range info. |
SelectedItems | SelectedItems | The selected items. |
GridSelectionReason | SelectionReason | The selection reason |
Properties
CellRangeInfo
Gets or sets the Cell Range Information.
Declaration
public GridRangeInfo CellRangeInfo { get; }
Property Value
Type | Description |
---|---|
GridRangeInfo | The Cell range info. |
SelectedItems
Gets or sets the Selected items in the IEnumerable form of Columns, Rows and Value.
Declaration
public SelectedItems SelectedItems { get; }
Property Value
Type | Description |
---|---|
SelectedItems | The selected items. |
SelectionReason
Gets or sets the Selection reason.
Declaration
public GridSelectionReason SelectionReason { get; }
Property Value
Type | Description |
---|---|
GridSelectionReason | The selection reason. |