Class MetroColors
Represents a Class that defines to customize the Metro color options to the PivotGrid.
Inheritance
System.Object
MetroColors
Implements
System.IDisposable
Inherited Members
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.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class MetroColors : IDisposable
Constructors
MetroColors()
Declaration
public MetroColors()
Properties
FilterBar
Gets or sets the metro colors for filter bar in PivotGridControl.
Declaration
public MetroColorOption.FilterBarColor FilterBar { get; set; }
Property Value
Type |
---|
Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.FilterBarColor |
GroupBar
Gets or sets the metro colors for column group bar in PivotGridControl.
Declaration
public MetroColorOption.GroupBarColor GroupBar { get; set; }
Property Value
Type |
---|
Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.GroupBarColor |
PivotTable
Gets or sets the metro colors for pivot table field list associated with the PivotGridControl.
Declaration
public MetroColorOption.PivotTable PivotTable { get; set; }
Property Value
Type |
---|
Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTable |
RowGroupBar
Gets or sets the metro colors for row group bar in PivotGridControl.
Declaration
public MetroColorOption.RowGroupBar RowGroupBar { get; set; }
Property Value
Type |
---|
Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.RowGroupBar |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
System.IDisposable