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
#Property Value
Type | Default | Description |
---|---|---|
String | "Check |
A String value that is the caption of the current Check |
#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 Base
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.