Class
OverlayBrushesEventArgs

Represents the event args for the OverlayBrushesNeeded event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class OverlayBrushesEventArgs : EventArgs

Inheritance: objectEventArgsOverlayBrushesEventArgs

Inherited Members EventArgs.Empty

Constructors

OverlayBrushesEventArgs()

Declaration

cs-api-definition
public OverlayBrushesEventArgs()

Properties

Brushes

Represents the list of background brushes that will be used to customize cells' backgrounds.

Declaration

cs-api-definition
public IList<Brush> Brushes { get; }

Property Value

IList<Brush>

The brushes.