Class Grouping
Inheritance
System.Object
Grouping
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public sealed class Grouping : INotifyPropertyChanged
Constructors
Grouping()
Declaration
public Grouping()
Grouping(String)
Declaration
public Grouping(string expression)
Parameters
System.String
expression
|
Properties
Expression
Declaration
public string Expression { get; set; }
Property Value
System.String
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(Grouping)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|