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
DatagridInfiniteScrolling
Gets or sets a value indicating whether the infinite scrolling is enabled by default for datagrids.
bool DatagridInfiniteScrolling { get; set; }
Property Value
DatagridInputNumberType
Gets or sets the type of input number in datagrid.
string DatagridInputNumberType { get; set; }
Property Value
FilterBarDisplayMode
Gets or sets the default display mode of filter bar.
string FilterBarDisplayMode { get; set; }
Property Value
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
InitSelectionOnLoad
Gets or sets a value indicating whether the selection must be initialized on load.
bool InitSelectionOnLoad { get; set; }
Property Value
PersistValidationRuleMessagesOnLoad
Gets or sets a value indicating whether the validation rules are executed immediatly on loaded items.
bool PersistValidationRuleMessagesOnLoad { get; set; }
Property Value
RemoveCurrentWithNoSelection
Gets or sets a value indicating whether the current item can be removed when there is no selection.
bool RemoveCurrentWithNoSelection { get; set; }