Skip to main content

TcxEditRepositoryBlobItem.Properties Property

Provides access to stored blob editor settings.

Declaration

property Properties: TcxBlobEditProperties read; write;

Property Value

Type Description
TcxBlobEditProperties

Stores blob editor settings.

Remarks

Use the Properties.BlobEditKind property to switch between available data edit modes. Properties.AlwaysSaveData and Properties.ImmediateDropDownWhenActivated properties allow you to customize general editor behavior.

Refer to the TcxBlobEditProperties class description for detailed information on all available options.

See Also