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

Provides the names of the predefined UI layers.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public static class WorksheetPredefinedUILayers

Inheritance: objectWorksheetPredefinedUILayers

Fields

The name of the shape adorners UI layer.

C#
public const string Adorners = "Adorners"

The name of the bars conditional formatting layer.

C#
public const string Bars = "Bars"

The name of the cell borders UI layer.

C#
public const string CellBorders = "CellBorders"

The name of the cell fill UI layer.

C#
public const string CellFill = "CellFill"

The name of the cell input UI layer.

C#
public const string CellInput = "CellInput"

The name of the cell values UI layer.

C#
public const string CellValues = "CellValues"

The name of the bars conditional formatting layer.

C#
public const string ColorScales = "ColorScales"

The name of the comments UI layer.

C#
public const string Comments = "Comments"

The name of the data validation Circles UI layer.

C#
public const string DataValidationCircles = "DataValidationCircles"

The name of the data validation input message UI layer.

C#
public const string DataValidationInputMessage = "DataValidationInputMessage"

The name of the data validation list UI layer.

C#
public const string DataValidationList = "DataValidationList"

The name of the filtering UI layer.

C#
public const string Filtering = "Filtering"

The name of the grid lines UI layer.

C#
public const string Gridlines = "Gridlines"

The name of the grid lines outline UI layer.

C#
public const string GridlinesOutline = "GridlinesOutline"

The name of the header/footer layer.

C#
public const string HeaderFooter = "HeaderFooter"

The name of the icons conditional formatting layer.

C#
public const string Icons = "Icons"

The name of the notes UI layer.

C#
public const string Notes = "Notes"

The name of the page breaks UI layer.

C#
public const string PageBreaks = "PageBreaks"

The name of the pane separators UI layer.

C#
public const string PaneSeparators = "PaneSeparators"

The name of the print area UI layer.

C#
public const string PrintArea = "PrintArea"

The name of the resize decoration UI layer.

C#
public const string ResizeDecoration = "ResizeDecoration"

The name of the selection UI layer.

C#
public const string Selection = "Selection"

The name of the shapes UI layer.

C#
public const string Shapes = "Shapes"