Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / AutoFilterEditor Class / PersistId Property


In This Topic
    PersistId Property (AutoFilterEditor)
    In This Topic
    Syntax
    'Declaration
     
    <ObsoleteAttribute("PersistId is an obsolete property and may be removed in a future release.  The value of this property is not defined.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public ReadOnly Property PersistId As Integer
    'Usage
     
    Dim instance As AutoFilterEditor
    Dim value As Integer
     
    value = instance.PersistId
    [Obsolete("PersistId is an obsolete property and may be removed in a future release.  The value of this property is not defined.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public int PersistId {get;}
    See Also