TitleIndexColumn.Border Property
Gets the border settings for all four sides of the current column's client region.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
BorderWrapper | A BorderWrapper object which specifies the border settings. |
Available values:
Name | Description |
---|---|
BorderWidth | Gets or sets the border width for all the four sides of a control. |
BorderStyle | Gets or sets the border style for all the four sides of a control. |
BorderColor | Gets or sets the border color for all the four sides of a control. |
BorderWrapper(Style) | Initialize a new instance of the BorderWrapper class with the owner specified. |
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.