Class GridlinesUILayer
Represents the gridlines UI layer.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class GridlinesUILayer : CellBordersUILayerBase, INamedObject
Constructors
GridlinesUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
System.String
The name of the layer. |
Overrides
SupportDiagonalBorders
Gets the value indicating if the layer supports diagonal borders.
Declaration
protected override bool SupportDiagonalBorders { get; }
Property Value
System.Boolean
The value indicating if the layer supports diagonal borders. |
Overrides
Methods
ShouldShowBorder(CellBorder)
Computes if the given border have to be shown.
Declaration
protected override bool ShouldShowBorder(CellBorder border)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.CellBorder
border
The border. |
Returns
System.Boolean
|
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
WorksheetUIUpdateContextBase
updateContext
The update context. |