[]
Gets or sets a delegate creating a TextLayout from the specified CellStyle and a data object.
public Func<GcGraphics, CellStyle, object, TextLayout> CreateTextLayout { get; set; }
Public Property CreateTextLayout As Func(Of GcGraphics, CellStyle, Object, TextLayout)