Back to Devexpress

RepositoryItemTimeEdit.PopupBorderStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtimeedit-3d214a74.md

latest2.6 KB
Original Source

RepositoryItemTimeEdit.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

A PopupBorderStyles enumeration value specifying the border style of the editor’s dropdown window.

|

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

TimeEditStyle

RepositoryItemTimeEdit Class

RepositoryItemTimeEdit Members

DevExpress.XtraEditors.Repository Namespace