TitleIndexColumn.BorderTop Property
Gets the settings of the column's top border.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(BorderTop), "")]
public Border BorderTop { get; }
<DefaultValue(GetType(BorderTop), "")>
Public ReadOnly Property BorderTop As Border
Property Value
Type | Default | Description |
---|---|---|
Border | A Border object that represents the top border settings. |
Available values:
Name | Description |
---|---|
IsEmpty | Gets a value that indicates whether this Border object is initialized with the default values. |
BorderWidth | Gets or sets the border width. |
BorderStyle | Gets or sets the border style. |
BorderColor | Gets or sets the border color. |
FillStyleAttributes(CssStyleCollection, IUrlResolutionService) | For internal use only. |
AssignToControl(WebControl) | Copies the settings from the current Border object to the specified object. |
Border(Color, BorderStyle, Unit) | Initialize a new instance of the Border class with the color, style and width settings specified. |
Border() | Initializes a new instance of the Border class. |
NullBorder | Defines null border settings. |
Remarks
The BorderTop property provides access to the settings that define the width, style, and color values for the top 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 BorderTop property override the corresponding settings defined via the TitleIndexColumn.Border property.