Class CellDecorationEventArgs
Represent event arguments for the CellDecorationNeeded event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class CellDecorationEventArgs : EventArgs
Constructors
CellDecorationEventArgs()
Declaration
public CellDecorationEventArgs()
Properties
Background
Gets or sets the cell background.
Declaration
public Brush Background { get; set; }
Property Value
System.Windows.Media.Brush
|
CellTextAlignment
Gets or sets the cell text alignment.
Declaration
public TextAlignment? CellTextAlignment { get; set; }
Property Value
System.Nullable<System.Windows.TextAlignment>
|
CellTextPadding
Gets or sets the cell text paddding.
Declaration
public Thickness? CellTextPadding { get; set; }
Property Value
System.Nullable<System.Windows.Thickness>
|
ColumnIndex
Gets the cell's column index.
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
FontFamily
Gets or sets the cell font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Gets or sets the cell font size.
Declaration
public double? FontSize { get; set; }
Property Value
System.Nullable<System.Double>
|
FontStyle
Gets or sets the cell font style.
Declaration
public FontStyle? FontStyle { get; set; }
Property Value
System.Nullable<System.Windows.FontStyle>
|
FontWeight
Gets or sets the cell font weight.
Declaration
public FontWeight? FontWeight { get; set; }
Property Value
System.Nullable<System.Windows.FontWeight>
|
Foreground
Gets or sets the cell foreground.
Declaration
public Brush Foreground { get; set; }
Property Value
System.Windows.Media.Brush
|
RowIndex
Gets the cell's row index.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|