New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.DiagramGrid

Define the grid layout of the Diagram. The content is divided into components that are arranged in a grid layout according to the provided settings.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.DiagramGrid : IDefaultCheck

Properties

ComponentSpacingX Double

Defines the horizontal spacing between each component. The default is 50.

ComponentSpacingY Double

Defines the vertical spacing between each component. The default is 50.

OffsetX Double

Defines the left offset of the grid layout. The default is 50.

OffsetY Double

Defines the top offset of the grid layout. The default is 50.

Width Double

Defines the width of the grid. The bigger this parameter the more components will be organized in an horizontal row. How many components really depends on your diagram and they type of layout applied to each component. The default is set to 800.

In this article