Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemCheckEdit.Caption Property

Gets or sets the caption of the current CheckEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: 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 Also