ClassGridlinesUILayer
Represents the gridlines UI layer.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class GridlinesUILayer : CellBordersUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseCellBordersUILayerBaseGridlinesUILayer
Implements:
Inherited Members
Constructors
GridlinesUILayer()
Initializes a new instance of the GridlinesUILayer class.
Declaration
public GridlinesUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
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
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
border
CellBorder
The border.
Returns
True if the border have to be shown.
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
updateContext
The update context.
Overrides