Back to Devexpress

XtraInputBoxArgs.Content Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrainputboxargs-49aa20d1.md

latest1.3 KB
Original Source

XtraInputBoxArgs.Content Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Control Content { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Content As Control

Property Value

TypeDescription
Control

|

Remarks

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

See Also

XtraInputBoxArgs Class

XtraInputBoxArgs Members

DevExpress.XtraEditors Namespace