Class CellSelectionStyle
Inheritance
System.Object
CellSelectionStyle
Namespace: Telerik.UI.Xaml.Controls.Grid.Еxport
Assembly: Telerik.WinUI.Controls.DataGrid.Export.dll
Syntax
public class CellSelectionStyle : Object
Constructors
CellSelectionStyle()
Declaration
public CellSelectionStyle()
Properties
CellBorders
Declaration
public CellBorders CellBorders { get; set; }
Property Value
Telerik.
|
Fill
Declaration
public IFill Fill { get; set; }
Property Value
Telerik.
|
FontFamily
Declaration
public ThemableFontFamily FontFamily { get; set; }
Property Value
Telerik.
|
FontSize
Declaration
public Nullable<double> FontSize { get; set; }
Property Value
System.
|
ForeColor
Declaration
public ThemableColor ForeColor { get; set; }
Property Value
Telerik.
|
Format
Declaration
public CellValueFormat Format { get; set; }
Property Value
Telerik.
|
HorizontalAlignment
Declaration
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Telerik.
|
Indent
Declaration
public Nullable<int> Indent { get; set; }
Property Value
System.
|
IsBold
Declaration
public Nullable<bool> IsBold { get; set; }
Property Value
System.
|
IsItalic
Declaration
public Nullable<bool> IsItalic { get; set; }
Property Value
System.
|
IsLocked
Declaration
public Nullable<bool> IsLocked { get; set; }
Property Value
System.
|
IsWrapped
Declaration
public Nullable<bool> IsWrapped { get; set; }
Property Value
System.
|
StyleName
Declaration
public string StyleName { get; set; }
Property Value
System.
|
Underline
Declaration
public UnderlineType Underline { get; set; }
Property Value
Telerik.
|
VerticalAlignment
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
Telerik.
|