BorderSide Enum
In This Article
Contains values specifying border sides.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
None of border sides is painted. Enabling this option results in disabling all other options. |
Left
|
Left border side is painted. |
Top
|
Top border side is painted. |
Right
|
Right border side is painted. |
Bottom
|
Bottom border side is painted. |
All
|
All border sides are painted. Enabling this flag results in enabling the Left, Top, Right and Bottom flags and disabling the None flag. |
#Remarks
Flags listed in this enumeration are used to specify which sides of an object’s border are to be drawn.
See Also