New to Telerik UI for WPFStart a free 30-day trial

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: HeaderCellDecorationEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CellDecorationEventArgs()

Properties

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; }

Gets or sets the cell font size.

C#
public double? FontSize { 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; }

Gets or sets the cell foreground.

C#
public Brush Foreground { get; set; }

Gets the cell's row index.

C#
public int RowIndex { get; }