FileManagerHighlightStyle.BorderBottom Property
This property is not in effect for the FileManagerHighlightStyle class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public override Border BorderBottom { get; }
Public Overrides ReadOnly Property BorderBottom As Border
Property Value
Type |
---|
Border |
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 property is overridden only to prevent it from appearing in Microsoft Visual Studio designer tools.
See Also
Feedback