Search Results for

    Show / Hide Table of Contents

    Class GridVirtualGroupConfiguration

    Configuration of a virtual grid group

    Inheritance
    System.Object
    ViewModelBase
    GridVirtualGroupConfiguration
    Implements
    UI.MVC.IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    IAsyncViewModel
    IEditableListBoxItem
    Inherited Members
    ViewModelBase.PropertyChanged
    ViewModelBase.RaisePropertyChanged(String)
    ViewModelBase.PropertySetter<T>(T, Action<T>, Boolean, Boolean, Boolean, String)
    ViewModelBase.OnClose()
    ViewModelBase.IsBusy
    ViewModelBase.IsDirty
    ViewModelBase.ForceSave
    ViewModelBase.Parent
    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 Source

    EditDataTemplate

    Gets the edit template name

    Declaration
    public string EditDataTemplate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EditDataTemplatePath

    Gets the edit template path

    Declaration
    public string EditDataTemplatePath { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Expression

    Gets or sets the compiled expression

    Declaration
    public Expression Expression { get; set; }
    Property Value
    Type Description
    System.Linq.Expressions.Expression
    | Improve this Doc View Source

    ExpressionText

    Gets or sets the expression text

    Declaration
    public string ExpressionText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GroupName

    Gets or sets the group name

    Declaration
    public string GroupName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets the unique id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsActive

    Gets or sets whether the

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsValid

    Gets or sets whether the expression is valid

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ItemFilterText

    Gets the filter text

    Declaration
    public string ItemFilterText { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SerializedExpressionText

    Gets or sets the expression text

    Declaration
    public string SerializedExpressionText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValidExpressionText

    Gets or sets the last valid expression text

    Declaration
    public string ValidExpressionText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataTemplate

    Gets the view template name

    Declaration
    public string ViewDataTemplate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataTemplatePath

    Gets the view template path

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

    Methods

    | Improve this Doc View Source

    DeleteItem()

    Declaration
    public bool DeleteItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DeserializeExpression(String)

    Declaration
    public Expression DeserializeExpression(string expression)
    Parameters
    Type Name Description
    System.String expression
    Returns
    Type Description
    System.Linq.Expressions.Expression
    | Improve this Doc View Source

    OnEditItem()

    Declaration
    public bool OnEditItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnSaveItem()

    Declaration
    public bool OnSaveItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SerializeExpression(Expression)

    Declaration
    public string SerializeExpression(Expression expression)
    Parameters
    Type Name Description
    System.Linq.Expressions.Expression expression
    Returns
    Type Description
    System.String

    Implements

    IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    IAsyncViewModel
    IEditableListBoxItem
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx