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