Back to Devexpress

RepositoryItemCheckEdit.CheckBoxOptions Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-4b156863.md

latest2.0 KB
Original Source

RepositoryItemCheckEdit.CheckBoxOptions Property

Provides access to options specific to the check box glyph (style, color, size).

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public CheckBoxOptions CheckBoxOptions { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property CheckBoxOptions As CheckBoxOptions

Property Value

TypeDescription
DevExpress.XtraEditors.CheckBoxOptions

A DevExpress.XtraEditors.CheckBoxOptions object that comprises options specific to the check box glyph (style, color, size).

|

Remarks

You can specify the following options:

  • Style — specifies what the check box looks like:

  • SvgColorUnchecked , SvgColorChecked , SvgColorGrayed — the colors used to paint vector glyphs in the corresponding states. By default, vector glyphs are colored according to the current skin and palette.

  • SvgImageSize — the size of vector glyphs. The default glyph size is 18x18 pixels on a 100% DPI screen. Vector glyphs are automatically scaled according to the DPI setting without loss of quality.

See Also

ImageOptions

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace