Skip to main content
A newer version of this page is available. .

RepositoryItemCheckEdit.Caption Property

Gets or sets the caption of the current CheckEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue("CheckEdit")]
public override string Caption { get; set; }

Property Value

Type Default Description
String "CheckEdit"

A String value that is the caption of the current CheckEdit.

Remarks

The Caption property specifies the text label associated with the CheckEdit control. You can change the caption position via the BaseRepositoryItemCheckEdit.GlyphAlignment property.

Note

If the BaseRepositoryItemCheckEdit.GlyphAlignment property equals Center, the caption is not displayed.

The Caption property is closely associated with the BaseCheckEdit.Text property. Modifying the Caption property affects the value returned by the Text property and vice versa.

The Caption property overrides the BaseRepositoryItemCheckEdit.Caption property. See this link to learn more.

See Also