Skip to main content
Tab

TitleIndexColumn.BorderLeft Property

Gets the settings of the column’s left border.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(BorderLeft), "")]
public Border BorderLeft { get; }

Property Value

Type Default Description
Border String.Empty

A Border object that represents the left border settings.

Remarks

The BorderLeft property provides access to the settings that define the width, style, and color values for the left border of the current column’s client region.

In order to define border settings for all four sides at the same time, use the TitleIndexColumn.Border property. Note that border settings which are set by using the BorderLeft property override the corresponding settings defined via the TitleIndexColumn.Border property.

See Also