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

BlobBaseEdit.Properties Property

Gets an object containing settings specific to the BLOB editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Properties")]
public RepositoryItemBlobBaseEdit Properties { get; }

Property Value

Type Description
RepositoryItemBlobBaseEdit

A RepositoryItemBlobBaseEdit object instance containing settings for the BLOB editor.

Remarks

See RepositoryItemBlobBaseEdit to learn more.

See Also