Try our conversational search powered by Generative AI!

Class CollectionEditorDescriptor<T>.GridDefinitionSettings

Inheritance
System.Object
CollectionEditorDescriptor<T>.GridDefinitionSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
protected class GridDefinitionSettings

Constructors

GridDefinitionSettings()

Declaration
public GridDefinitionSettings()

Properties

AutoGenerate

Declaration
public bool AutoGenerate { get; set; }
Property Value
Type Description
System.Boolean

Commands

Declaration
public CollectionEditorCommands Commands { get; set; }
Property Value
Type Description
CollectionEditorCommands

DeleteConfirmationMessage

Declaration
public string DeleteConfirmationMessage { get; set; }
Property Value
Type Description
System.String

DeleteConfirmationTitle

Declaration
public string DeleteConfirmationTitle { get; set; }
Property Value
Type Description
System.String

DisableDndSorting

Declaration
public bool DisableDndSorting { get; set; }
Property Value
Type Description
System.Boolean

ExcludedColumns

Declaration
public ICollection<string> ExcludedColumns { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>

GridSettings

Declaration
public IDictionary<string, object> GridSettings { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

IncludedColumns

Declaration
public IDictionary<string, object> IncludedColumns { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

UseDeleteWithConfirmation

Declaration
public bool UseDeleteWithConfirmation { get; set; }
Property Value
Type Description
System.Boolean

Methods

ExcludeColumn<TValue>(Expression<Func<T, TValue>>)

Declaration
public void ExcludeColumn<TValue>(Expression<Func<T, TValue>> expression)
Parameters
Type Name Description
System.Linq.Expressions.Expression<System.Func<T, TValue>> expression
Type Parameters
Name Description
TValue

IncludeColumn<TValue>(Expression<Func<T, TValue>>, Object)

Declaration
public void IncludeColumn<TValue>(Expression<Func<T, TValue>> expression, object options)
Parameters
Type Name Description
System.Linq.Expressions.Expression<System.Func<T, TValue>> expression
System.Object options
Type Parameters
Name Description
TValue

Extension Methods