Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2170
What is "IsSpecialRecord"?
posted

Hi,

While my app is running, I can always see this error popping in the output window,

System.Windows.Data Error: 39 : BindingExpression path error: 'IsSpecialRecord' property not found on 'object' ''CxvViewData' (HashCode=59022875)'. BindingExpression:Path=IsSpecialRecord; DataItem='CxvViewData' (HashCode=59022875); target element is 'DataRecordPresenter' (Name=''); target property is 'NoTarget' (type 'Object')

I haven't defined anything called "IsSpecialRecord", where does this come from?

Thanks.

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    The IsSpecialRecord is a get-only property of a Record. Special records are Filter Record, Header Record, Summary Record, Template Add Record, etc. This will return true if the record is one of there types.

Children