Table of Contents

Interface IUIViewBehavior

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents an extension of IUIView.

public interface IUIViewBehavior

Properties

DatagridEllipsis

Gets or sets a value indicating whether the ellipsis is enabled by default for datagrids.

bool DatagridEllipsis { get; set; }

Property Value

bool

DatagridInfiniteScrolling

Gets or sets a value indicating whether the infinite scrolling is enabled by default for datagrids.

bool DatagridInfiniteScrolling { get; set; }

Property Value

bool

DatagridInputNumberType

Gets or sets the type of input number in datagrid.

string DatagridInputNumberType { get; set; }

Property Value

string

FilterBarDisplayMode

Gets or sets the default display mode of filter bar.

string FilterBarDisplayMode { get; set; }

Property Value

string

FlushPendingEventHandlersOnSave

Gets or sets a value indicating whether the save waits for all pending event handlers (property changed, position changed) to complete before proceeding.

bool FlushPendingEventHandlersOnSave { get; set; }

Property Value

bool

InitSelectionOnLoad

Gets or sets a value indicating whether the selection must be initialized on load.

bool InitSelectionOnLoad { get; set; }

Property Value

bool

PersistValidationRuleMessagesOnLoad

Gets or sets a value indicating whether the validation rules are executed immediatly on loaded items.

bool PersistValidationRuleMessagesOnLoad { get; set; }

Property Value

bool

RemoveCurrentWithNoSelection

Gets or sets a value indicating whether the current item can be removed when there is no selection.

bool RemoveCurrentWithNoSelection { get; set; }

Property Value

bool