Objective Grid for Microsoft® .NET® Reference Guide

StoreReadOnlyEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal readOnly As Boolean _
)
[C#]
public StoreReadOnlyEventArgs(
   bool readOnly
);

Parameters

readOnly
True to make the grid read-only; false to make the grid read-write.

Remarks

    

    

    

See Also

StoreReadOnlyEventArgs Class | StoreReadOnlyEventArgs Members | Stingray.Grid Namespace