Class OverlayBrushesEventArgs
Represents the event args for the OverlayBrushesNeeded event.
Inheritance
System.Object
OverlayBrushesEventArgs
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class OverlayBrushesEventArgs : EventArgs
Constructors
OverlayBrushesEventArgs()
Declaration
public OverlayBrushesEventArgs()
Properties
Brushes
Represents the list of background brushes that will be used to customize cells' backgrounds.
Declaration
public IList<Brush> Brushes { get; }
Property Value
System.Collections.Generic.IList<System.Windows.Media.Brush>
The brushes. |