Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PageUIDescriptor

Inheritance
System.Object
PageUIDescriptor
Implements
Namespace: EPiServer.Cms.Shell.UI.UIDescriptors.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[UIDescriptorRegistration]
public class PageUIDescriptor : UIDescriptor<PageData>, IEditorDropBehavior

Constructors

PageUIDescriptor()

Declaration
public PageUIDescriptor()

Properties

AllowSelectItSelf

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

EditorDropBehaviour

Declaration
public EditorDropBehavior EditorDropBehaviour { get; set; }
Property Value
Type Description
EditorDropBehavior

Implements

Extension Methods