BaseCheckEdit.BorderStyle Property
Gets or sets the style used to draw the check editor's border.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[DXCategory("Appearance")]
[DefaultValue(BorderStyles.NoBorder)]
public override BorderStyles BorderStyle { get; set; }
<DXCategory("Appearance")>
<DefaultValue(BorderStyles.NoBorder)>
Public Overrides Property BorderStyle As BorderStyles
Property Value
Type | Default | Description |
---|---|---|
BorderStyles | NoBorder |
A BorderStylesenumeration value identifying the style used to draw the check editor's border. |
Remarks
Use the BorderStyle property to specify how the check editor's border should be drawn by selecting one of the predefined styles (NoBorder, Simple, Flat, HotFlat, UltraFlat, Style3D and Default). If the property is set to BorderStyles.Default, the border's look and feel depends on the editor's RepositoryItem.LookAndFeel object settings.
The following image displays check edit controls with different border styles applied.
See Also
Feedback