Xceed DataGrid for Silverlight Documentation
FixedBufferConfiguration Constructor(Int32)


The buffer's capacity.
Initializes a new instance of the FixedBufferConfiguration class specifying its buffer capacity.
Syntax
'Declaration
 
Public Function New( _
   ByVal bufferCapacity As Integer _
)
'Usage
 
Dim bufferCapacity As Integer
 
Dim instance As New FixedBufferConfiguration(bufferCapacity)
public FixedBufferConfiguration( 
   int bufferCapacity
)

Parameters

bufferCapacity
The buffer's capacity.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FixedBufferConfiguration Class
FixedBufferConfiguration Members
Overload List

Send Feedback