Skip to main content
Tab

LevelProperties.Border Property

Gets the border settings for all the four sides of a level.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public BorderWrapper Border { get; }

Property Value

Type Description
BorderWrapper

A BorderWrapper object which specifies the border settings.

Remarks

The Border property provides access to the border settings which define the width, style, and color values for all the four sides of an individual hierarchy level.

The border settings of a level’s particular sides (top, bottom, left or right) can be specified using the corresponding properties of the level (LevelProperties.BorderTop, LevelProperties.BorderBottom, LevelProperties.BorderLeft or LevelProperties.BorderRight). Note that border settings of a particular border side override the same settings defined via the Border property.

See Also