Class WorksheetPredefinedUILayers
Provides the names of the predefined UI layers.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public static class WorksheetPredefinedUILayers
Fields
Adorners
The name of the shape adorners UI layer.
Declaration
public const string Adorners = "Adorners"
Field Value
System.String
|
CellBorders
The name of the cell borders UI layer.
Declaration
public const string CellBorders = "CellBorders"
Field Value
System.String
|
CellFill
The name of the cell fill UI layer.
Declaration
public const string CellFill = "CellFill"
Field Value
System.String
|
CellInput
The name of the cell input UI layer.
Declaration
public const string CellInput = "CellInput"
Field Value
System.String
|
CellValues
The name of the cell values UI layer.
Declaration
public const string CellValues = "CellValues"
Field Value
System.String
|
DataValidationCircles
The name of the data validation Circles UI layer.
Declaration
public const string DataValidationCircles = "DataValidationCircles"
Field Value
System.String
|
DataValidationInputMessage
The name of the data validation input message UI layer.
Declaration
public const string DataValidationInputMessage = "DataValidationInputMessage"
Field Value
System.String
|
DataValidationList
The name of the data validation list UI layer.
Declaration
public const string DataValidationList = "DataValidationList"
Field Value
System.String
|
Filtering
The name of the filtering UI layer.
Declaration
public const string Filtering = "Filtering"
Field Value
System.String
|
Gridlines
The name of the grid lines UI layer.
Declaration
public const string Gridlines = "Gridlines"
Field Value
System.String
|
GridlinesOutline
The name of the grid lines outline UI layer.
Declaration
public const string GridlinesOutline = "GridlinesOutline"
Field Value
System.String
|
HeaderFooter
PageBreaks
The name of the page breaks UI layer.
Declaration
public const string PageBreaks = "PageBreaks"
Field Value
System.String
|
PaneSeparators
The name of the pane separators UI layer.
Declaration
public const string PaneSeparators = "PaneSeparators"
Field Value
System.String
|
PrintArea
The name of the print area UI layer.
Declaration
public const string PrintArea = "PrintArea"
Field Value
System.String
|
ResizeDecoration
The name of the resize decoration UI layer.
Declaration
public const string ResizeDecoration = "ResizeDecoration"
Field Value
System.String
|
Selection
The name of the selection UI layer.
Declaration
public const string Selection = "Selection"
Field Value
System.String
|
Shapes
The name of the shapes UI layer.
Declaration
public const string Shapes = "Shapes"
Field Value
System.String
|