windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-af92622d.md
Gets or sets the caption displayed in the control and settings used to paint the caption.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public PictureEditCaption Caption { get; }
<DXCategory("Appearance")>
Public ReadOnly Property Caption As PictureEditCaption
| Type | Description |
|---|---|
| DevExpress.XtraEditors.PictureEditCaption |
A PictureEditCaption object that specifies the caption itself and settings used to paint it in the control.
|
The Caption property allows you to specify a caption for the picture displayed in the PictureEdit control. To specify the caption text, use the PictureEditCaption.Text property. The PictureEditCaption object also comprises the following properties that allow you to customize the caption view:
The figure below shows the PictureEdit control that displays the caption for the image at the top right edge.
See Also
RepositoryItemPictureEdit Class