# C1.Win.Input.Base.C1DropDownEditorBase.DataType

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Input_Base_C1DropDownEditorBase_DataType_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataType*">DataType Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Input_Base_C1DropDownEditorBase_DataType_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataType*"></a>
<h4 id="C1_Win_Input_Base_C1DropDownEditorBase_DataType" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataType">DataType</h4>
<div class="markdown level1 summary"><p>Gets or sets the type of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Value.html#C1_Win_Input_Base_C1DropDownEditorBase_Value">Value</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(DataTypeConverter))]
public virtual Type DataType { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(DataTypeConverter))&gt;
Public Overridable Property DataType As Type</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="C1.Win.Input.Base.IDropDownEditorBase.DataType.html#C1_Win_Input_Base_IDropDownEditorBase_DataType">IDropDownEditorBase.DataType</a></div>
</div>
