Back to Devexpress

TitleIndexColumn.Border Property

aspnet-devexpress-dot-web-dot-titleindexcolumn-10e1d7b0.md

latest2.1 KB
Original Source

TitleIndexColumn.Border Property

Gets the border settings for all four sides of the current column’s client region.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BorderWrapper Border { get; }
vb
Public ReadOnly Property Border As BorderWrapper

Property Value

TypeDescription
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 four sides of an individual column’s client region.

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

See Also

BorderTop

BorderBottom

BorderLeft

BorderRight

Title Index

TitleIndexColumn Class

TitleIndexColumn Members

DevExpress.Web Namespace