Class OverlayBrushesEventArgs
Represents the event args for the OverlayBrushesNeeded event.
Inheritance
System.Object
System.EventArgs
OverlayBrushesEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |