Class GridVirtualGroupConfiguration
Configuration of a virtual grid group
Implements
System.ComponentModel.INotifyPropertyChanged
IEditableListBoxItem
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: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public class GridVirtualGroupConfiguration : ViewModelBase, IViewModelBase, INotifyPropertyChanged, IAsyncViewModel
Properties
| Improve this Doc View SourceEditDataTemplate
Gets the edit template name
Declaration
public string EditDataTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |
EditDataTemplatePath
Gets the edit template path
Declaration
public string EditDataTemplatePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Expression
Gets or sets the compiled expression
Declaration
public Expression Expression { get; set; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.Expression |
ExpressionText
Gets or sets the expression text
Declaration
public string ExpressionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupName
Gets or sets the group name
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the unique id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsActive
Gets or sets whether the
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValid
Gets or sets whether the expression is valid
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemFilterText
Gets the filter text
Declaration
public string ItemFilterText { get; }
Property Value
Type | Description |
---|---|
System.String |
SerializedExpressionText
Gets or sets the expression text
Declaration
public string SerializedExpressionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidExpressionText
Gets or sets the last valid expression text
Declaration
public string ValidExpressionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewDataTemplate
Gets the view template name
Declaration
public string ViewDataTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |
ViewDataTemplatePath
Gets the view template path
Declaration
public string ViewDataTemplatePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDeleteItem()
Declaration
public bool DeleteItem()
Returns
Type | Description |
---|---|
System.Boolean |
DeserializeExpression(String)
Declaration
public Expression DeserializeExpression(string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression |
Returns
Type | Description |
---|---|
System.Linq.Expressions.Expression |
OnEditItem()
Declaration
public bool OnEditItem()
Returns
Type | Description |
---|---|
System.Boolean |
OnSaveItem()
Declaration
public bool OnSaveItem()
Returns
Type | Description |
---|---|
System.Boolean |
SerializeExpression(Expression)
Declaration
public string SerializeExpression(Expression expression)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.Expressions.Expression | expression |
Returns
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged
IEditableListBoxItem