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

XtraInputBoxArgs.Content Property

Gets or sets the content of the dialog box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public Control Content { get; set; }

Property Value

Type Description
Control

A Control representing the content of the dialog box.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also