Represent event arguments for the CellDecorationNeeded event.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class CellDecorationEventArgs : EventArgs
Inheritance: objectEventArgsCellDecorationEventArgs
Derived Classes:
Inherited Members
Constructors
C#
public CellDecorationEventArgs()
Properties
Background
Brush
Gets or sets the cell background.
C#
public Brush Background { get; set; }
CellTextAlignment
TextAlignment?
Gets or sets the cell text alignment.
C#
public TextAlignment? CellTextAlignment { get; set; }
CellTextPadding
Thickness?
Gets or sets the cell text padding.
C#
public Thickness? CellTextPadding { get; set; }
Gets the cell's column index.
C#
public int ColumnIndex { get; }
FontFamily
FontFamily
Gets or sets the cell font family.
C#
public FontFamily FontFamily { get; set; }
FontStyle
FontStyle?
Gets or sets the cell font style.
C#
public FontStyle? FontStyle { get; set; }
FontWeight
FontWeight?
Gets or sets the cell font weight.
C#
public FontWeight? FontWeight { get; set; }
Foreground
Brush
Gets or sets the cell foreground.
C#
public Brush Foreground { get; set; }