Class
CellDecorationEventArgs

Represent event arguments for the CellDecorationNeeded event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class CellDecorationEventArgs : EventArgs

Inheritance: objectEventArgsCellDecorationEventArgs

Derived Classes: HeaderCellDecorationEventArgs

Inherited Members EventArgs.Empty

Constructors

CellDecorationEventArgs()

Declaration

cs-api-definition
public CellDecorationEventArgs()

Properties

Background

Gets or sets the cell background.

Declaration

cs-api-definition
public Brush Background { get; set; }

Property Value

Brush

CellTextAlignment

Gets or sets the cell text alignment.

Declaration

cs-api-definition
public TextAlignment? CellTextAlignment { get; set; }

Property Value

TextAlignment?

CellTextPadding

Gets or sets the cell text padding.

Declaration

cs-api-definition
public Thickness? CellTextPadding { get; set; }

Property Value

Thickness?

ColumnIndex

Gets the cell's column index.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

FontFamily

Gets or sets the cell font family.

Declaration

cs-api-definition
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontSize

Gets or sets the cell font size.

Declaration

cs-api-definition
public double? FontSize { get; set; }

Property Value

double?

FontStyle

Gets or sets the cell font style.

Declaration

cs-api-definition
public FontStyle? FontStyle { get; set; }

Property Value

FontStyle?

FontWeight

Gets or sets the cell font weight.

Declaration

cs-api-definition
public FontWeight? FontWeight { get; set; }

Property Value

FontWeight?

Foreground

Gets or sets the cell foreground.

Declaration

cs-api-definition
public Brush Foreground { get; set; }

Property Value

Brush

RowIndex

Gets the cell's row index.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int