FileManagerSettingsDataSource.KeyFieldName Property
Gets or sets the name of the data source key field.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
public string KeyFieldName { get; set; }
<DefaultValue("")>
Public Property KeyFieldName As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the name of the required data source field. |
Property Paths
You can access this nested property as listed below:
Show 18 property paths
Remarks
This property is a wrapper of the DataSourceFileSystemProvider.KeyFieldName property. Refer to its description for more information.