Back to Devexpress

RepositoryItemDateTimeOffsetEdit.PopupBorderStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdatetimeoffsetedit-b1aade82.md

latest2.4 KB
Original Source

RepositoryItemDateTimeOffsetEdit.PopupBorderStyle Property

This member is not supported.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[DefaultValue(PopupBorderStyles.Default)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override PopupBorderStyles PopupBorderStyle { get; set; }
vb
<DefaultValue(PopupBorderStyles.Default)>
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Property PopupBorderStyle As PopupBorderStyles

Property Value

TypeDefaultDescription
PopupBorderStylesDefault

Specifies the editor menu border style.

|

Available values:

NameDescription
Default

Borders are flat. This style is reserved for future use. Currently, the Default style is the same as Flat.

| | Simple |

Borders are thin and drawn using a single line.

| | Flat |

Borders are flat.

| | Style3D |

Borders are three-dimensional.

| | NoBorder |

There are no borders.

|

See Also

RepositoryItemDateTimeOffsetEdit Class

RepositoryItemDateTimeOffsetEdit Members

DevExpress.XtraEditors.Repository Namespace