Class FileManagerDetailsViewSettings
Inheritance
System.Object
FileManagerDetailsViewSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerDetailsViewSettings : EJTagHelper
Constructors
FileManagerDetailsViewSettings()
Declaration
public FileManagerDetailsViewSettings()
Properties
ColumnResizing
If columnResizing
is set to true, Grid columns can be resized.
Declaration
public bool ColumnResizing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Columns
Specifies the customizable details view.
Declaration
public List<FileManagerColumn> Columns { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides